Loading...
Searching...
No Matches
 
 
 
 
Go to the documentation of this file.
   22#if defined(_WIN32) || defined(_WIN64) 
   24#elif defined(__linux__) 
   25#    error "This code cannot compile on Linux yet" 
   27#elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__) 
   28#    error "This code cannot compile on BSD yet" 
   31#    error "This code cannot compile on non-Windows, non-Linux, and non-BSD platforms"