I am writing an application that I would like to release for download on Mac, Windows, and Linux. I have code that compiles on Mac and Linux, but on Windows it is not.
This is due to the lack of Windows strcasecmp. I read a little about how I can create some kind of header for my code, but I do not understand this concept very well. I worked on the code on my Mac using only vim and make, but now I'm trying to switch it to Visual Studio.
Is there a way when I can set up my project to include the titles of the Windows browser when I build on Windows, but omit them when I create my box for Mac or Linux?
This problem really gives me a headache, and I will be grateful for any suggestions!
samoz source
share