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.

49 lines
971 B

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 2000 Microsoft Corporation
  4. //
  5. // Module Name:
  6. //
  7. // stdafx.h
  8. //
  9. // Abstract:
  10. //
  11. // Revision History:
  12. //
  13. // Thierry Perraut 04/17/2000
  14. //
  15. //////////////////////////////////////////////////////////////////////////////
  16. #ifndef MAX_DLL_NAME
  17. #define MAX_DLL_NAME 48
  18. #endif
  19. #include <nt.h>
  20. #include <ntrtl.h>
  21. #include <nturtl.h>
  22. #include <windows.h>
  23. #include <oleauto.h>
  24. #include <objbase.h>
  25. #include <atlbase.h>
  26. #include <stdio.h>
  27. #include <stdarg.h>
  28. #include <stdlib.h>
  29. #include <memory.h>
  30. #include <malloc.h>
  31. #include <tchar.h>
  32. #include <rtutils.h>
  33. #include <dsgetdc.h>
  34. #include "iasmdbtool.h"
  35. #include "base64tool.h"
  36. #include <netsh.h>
  37. #include <netshp.h>
  38. #include "aaaamontr.h"
  39. #include "utils.h"
  40. #include "context.h"
  41. #include "userenv.h"
  42. // for the Jet wrapper
  43. #include "datastore2.h"
  44. #include "iasuuid.h"