How to force Visual Studio preprocessor case sensitivity with #includes?

后端 未结 5 1080
一生所求
一生所求 2021-02-14 03:38

If you have a header file named ThisIsAHeaderFile.h, the following will still locate the file in Visual Studio:

#include 
5条回答
  •  忘了有多久
    2021-02-14 04:30

    It is (used to be?) possible to create files with the same name but case differences on NTFS. Maybe someone with cygwin can verify this.

    MSDN

    Even then, however, it's impossible to access more than one of these at a time from a normal Windows application.

提交回复
热议问题