mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 20:49:41 +00:00
0a10958a88
Visual Studio 6 does not recognize .cc as a C++ extension by default. Simplify the test to be C-only and use a .c extension.
5 lines
27 B
C
5 lines
27 B
C
int main()
|
|
{
|
|
return 0;
|
|
}
|