I want to recompile a source file on my macintosh, but the original code is using windows.h and comctrl.h wich are 2 headers that Macintosh OS does not support.
I want to know if there is another library i can use instead of windows.h and comctrl.h or a similar and make some changes in the code.
I have investigated but I am not sure how useful could it be if I use a conditional compilation and include unistd.h header.
Actually is a Nintendo DS emulator source code and I want to re-compile it in order to have a Nintendo DS for Macintosh.
I want to know if there is another library i can use instead of windows.h and comctrl.h or a similar and make some changes in the code.
I have investigated but I am not sure how useful could it be if I use a conditional compilation and include unistd.h header.
Actually is a Nintendo DS emulator source code and I want to re-compile it in order to have a Nintendo DS for Macintosh.