[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Platform identify
- From: Fabrício Godoy <skarllot gmail com>
- To: gtkmm-list gnome org
- Subject: Platform identify
- Date: Tue, 24 Mar 2009 15:14:56 -0300
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.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]