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.

38 lines
510 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 <sddl.h>
  21. #define _USERENV_
  22. #include <userenv.h>
  23. #include <userenvp.h>
  24. #include <profmapp.h>
  25. #include <lm.h>
  26. #include <aclapi.h>
  27. #include "global.h"
  28. #include <ntrpcp.h>