Advertisement
Guest User

Nackig auf der Wiese... Arschbacken hoch!

a guest
Apr 24th, 2014
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.39 KB | None | 0 0
  1. #pragma once
  2.  
  3. #ifndef UNICODE
  4. #define UNICODE
  5. #endif
  6.  
  7. #define WIN32_LEAN_AND_MEAN
  8. #define NOCOMM
  9. #define NOHELP
  10. #define NOIMAGE
  11. #define NOIME
  12. #define NOKANJI
  13. #define NOMCX
  14. #define NOMEMMGR
  15. #define NOMETAFILE
  16. #define NOMINMAX
  17. #define NOPROXYSTUB
  18. #define NORPC
  19. #define NOSERVICE
  20. #define NOSOUND
  21. #define NOTAPE
  22.  
  23. #include <Windows.h>
  24.  
  25. // Endless fun starts below this line...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement