mirror of
https://github.com/reactos/CMake.git
synced 2025-01-09 13:10:51 +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
|