I\'m trying to compile a program on MacOSX that I originally wrote on a Windows OS. The program is a large C++ program with the OpenGL API among other things, totaling very
You cannot get Windows.h for mac, it is Windows OS specific. There are many alternatives to functions used in Windows.h on the other hand.