Where can I get windows.h for Mac?

后端 未结 3 1822
一生所求
一生所求 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 02:48

    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.

提交回复
热议问题