Where can I get windows.h for Mac?

后端 未结 3 1824
一生所求
一生所求 2020-12-11 02:16

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

3条回答
  •  暖寄归人
    2020-12-11 03:14

    windows.h is provided by the Windows SDK, and implemented by the Windows OS itself.

    You need to rewrite the program to not use Windows APIs.
    Good luck.

提交回复
热议问题