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.

29 lines
380 B

  1. #include <windows.h>
  2. #include <aclapi.h>
  3. #include <sddl.h>
  4. #include <stdio.h>
  5. #include "apiutil.h"
  6. #include "coredbg.h"
  7. #include "wia.h"
  8. #include "userenv.h"
  9. #include <stilib.h>
  10. #include "EventIncludes.h"
  11. #ifdef __cplusplus
  12. extern "C"
  13. {
  14. #endif
  15. //
  16. // From Terminal services
  17. //
  18. #include <winsta.h>
  19. #include <syslib.h>
  20. #ifdef __cplusplus
  21. }
  22. #endif