Advertisement
BloodknightStudios

Untitled

Jul 12th, 2016
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. //
  2. // For compilers that don't support nameless unions, do a
  3. //
  4. // #define NONAMELESSUNION
  5. //
  6. // before #include <ddraw.h>
  7. //
  8. #ifndef DUMMYUNIONNAMEN
  9. #if defined(__cplusplus) || !defined(NONAMELESSUNION)
  10. #define DUMMYUNIONNAMEN(n)
  11. #else
  12. #define DUMMYUNIONNAMEN(n) u##n
  13. #endif
  14. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement