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.

44 lines
883 B

  1. // Copyright (c) 1997-2001 Microsoft Corporation, All Rights Reserved
  2. #ifndef __SINGLE_HEADER__
  3. #define __SINGLE_HEADER__
  4. #define DllImport __declspec( dllimport )
  5. #define DllExport __declspec( dllexport )
  6. #ifdef SNMPCLINIT
  7. #define DllImportExport DllExport
  8. #else
  9. #define DllImportExport DllImport
  10. #endif
  11. #include <limits.h>
  12. #include "sync.h"
  13. #include "startup.h"
  14. #include "address.h"
  15. #include "error.h"
  16. #include "encdec.h"
  17. #include "vblist.h"
  18. #include "sec.h"
  19. #include "pdu.h"
  20. #include "trap.h"
  21. #include "tsent.h"
  22. #include "transp.h"
  23. #include "dummy.h"
  24. #include "flow.h"
  25. #include "frame.h"
  26. #include "timer.h"
  27. #include "message.h"
  28. #include "ssent.h"
  29. #include "idmap.h"
  30. #include "opreg.h"
  31. #include "session.h"
  32. #include "pseudo.h"
  33. #include "fs_reg.h"
  34. #include "ophelp.h"
  35. #include "op.h"
  36. #include "value.h"
  37. #endif // __SINGLE_HEADER__