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
windows.h is provided by the Windows SDK, and implemented by the Windows OS itself.
windows.h
You need to rewrite the program to not use Windows APIs. Good luck.