mirror of
https://github.com/reactos/CMake.git
synced 2024-12-12 22:05:57 +00:00
b7d760aea2
Some filesystems are case insensitive, so when setting properties on the files, this should be respected (modulo a policy decision).
8 lines
62 B
C
8 lines
62 B
C
|
|
#ifdef NEEDED_TO_WORK
|
|
int icasetest()
|
|
{
|
|
return 0;
|
|
}
|
|
#endif
|