Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
456 B

  1. #ifdef UNICODE
  2. #ifndef _UNICODE
  3. #define _UNICODE
  4. #endif
  5. #else
  6. #ifndef _MBCS
  7. #define _MBCS
  8. #endif
  9. #endif
  10. #ifndef RC_INVOKED
  11. #include <nt.h>
  12. #include <ntrtl.h>
  13. #include <nturtl.h>
  14. #endif
  15. #include <tchar.h>
  16. #include <windows.h>
  17. #include <stdlib.h>
  18. #include <stdio.h>
  19. #include <strsafe.h>
  20. #include <userenv.h>
  21. #ifdef __cplusplus
  22. extern "C" {
  23. #endif
  24. #include <profmapp.h>
  25. #ifdef __cplusplus
  26. }
  27. #endif
  28. #include "msg.h"