Guest User

Untitled

a guest
May 16th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. #define SP_PLATFORM_WINS 1
  2. #define PLATFORMXX defined(SP_PLATFORM_WINS)
  3.  
  4. #if PLATFORMXX
  5. #error GOOD
  6. #endif
  7.  
  8.  
  9. #error BAD
Add Comment
Please, Sign In to add comment