How can I identify the platform like this:

#if PLATFORM_WINDOWS
 #include <specificlibrary.h>
#else if PLATFORM_LINUX
 #include <otherlibrary.h>
#endif

I tried something with autotools without success.

Thank you.
_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to