Advertisement
Guest User

Untitled

a guest
Jan 5th, 2017
515
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.20 KB | None | 0 0
  1. #ifdef _WIN32
  2.     // 32- and 64-bit shared stuff.
  3.  
  4.     #ifdef    _WIN64
  5.         // 64-bit specific stuff.
  6.     #else  // _WIN64
  7.         // 32-bit specific stuff.
  8.     #endif // _WIN64
  9. #elif // ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement