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.

43 lines
768 B

  1. /*
  2. This is predefined header file.
  3. */
  4. #ifndef _STDAFX_H
  5. #define _STDAFX_H
  6. #include <nt.h>
  7. #include <ntrtl.h>
  8. #include <nturtl.h>
  9. #include <ntseapi.h>
  10. #include <stdio.h>
  11. #include <stdlib.h>
  12. #include <windows.h>
  13. #include <lm.h>
  14. #include <lmapibuf.h>
  15. #include <objbase.h>
  16. #include <ntdsapi.h>
  17. #include "rpc.h"
  18. #include "rpcndr.h"
  19. #include <windows.h>
  20. #include "ole2.h"
  21. #include <activeds.h>
  22. #include "dsgetdc.h"
  23. #include "sddl.h"
  24. #include "seopaque.h"
  25. #include "adshlp.h"
  26. #include <aclapi.h>
  27. //#include <permit.h>
  28. #include <activeds.h>
  29. #include <ntlsa.h>
  30. #include <winldap.h>
  31. #include <sddlp.h>
  32. //
  33. //strsafe apis
  34. //
  35. #define STRSAFE_NO_DEPRECATE
  36. #include <strsafe.h>
  37. #define ARRAYSIZE(a) (sizeof(a)/sizeof(a[0]))
  38. #endif