source: vscpl/src/hu/varadiistvan/scpl/config.h.in@ 1:ee063b6aaa32

Last change on this file since 1:ee063b6aaa32 was 1:ee063b6aaa32, checked in by István Váradi <ivaradi@…>, 11 years ago

The Thread class can be compiled for Linux and Win32

File size: 344 bytes
Line 
1// Define to 1, if the library is compiled for the POSIX API
2#define TARGET_API_POSIX @TARGET_API_POSIX@
3
4// Define to 1, if the library is compiled for the 32- or 64-bit
5// Win32 API
6#define TARGET_API_WIN32 @TARGET_API_WIN32@
7
8// Define to 1, if the library is compiled for the 64-bit
9// Win32 API
10#define TARGET_API_WIN64 @TARGET_API_WIN64@
Note: See TracBrowser for help on using the repository browser.