Source code of Windows XP (NT5)
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.

39 lines
492 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. #define _USERENV_
  20. #include <userenv.h>
  21. #include <userenvp.h>
  22. #include <profmapp.h>
  23. #include <lm.h>
  24. #include <aclapi.h>
  25. #include "poolmem.h"
  26. #include "reg.h"
  27. #include "global.h"
  28. #include "pmapapi.h"
  29. #include <ntrpcp.h>