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.

53 lines
855 B

  1. /*++
  2. Copyright (c) 1995 Microsoft Corporation
  3. Module Name:
  4. imports.h
  5. Abstract:
  6. Domain Name System (DNS) Server
  7. Allows RPC API calls to use types specified in headers given
  8. below. This file is included by dns.idl, through imports.idl.
  9. Author:
  10. Jim Gilroy (jamesg) September, 1995
  11. Revision History:
  12. --*/
  13. #include <windef.h>
  14. //
  15. // Need wtypes.h for SYSTEMTIME definition.
  16. //
  17. // Define RPC_NO_WINDOWS_H to avoid expansion of windows.h from
  18. // rpc.h which is included in wtypes.h
  19. //
  20. //
  21. // #define RPC_NO_WINDOWS_H
  22. // #include <wtypes.h>
  23. //
  24. // Note, instead we've defined our own DNS_SYSTEMTIME structure.
  25. //
  26. #include <dnsrpc.h>
  27. #include <lmcons.h>
  28. //
  29. // Use DWORDs to transport BOOL values
  30. //
  31. #ifdef MIDL_PASS
  32. #define BOOL DWORD
  33. #endif
  34. //
  35. // End imports.h
  36. //