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.

16 lines
403 B

  1. #ifndef _PRAGMAS_H_
  2. #define _PRAGMAS_H_
  3. #pragma warning (disable : 4001) // single line comments
  4. //
  5. // pragma.h
  6. //
  7. // Utility include for NetPlus WinSNMP
  8. // Copyright 1995-1997 ACE*COMM Corp
  9. // Rleased to Microsoft under Contract
  10. // Beta 1 version, 970228
  11. // Bob Natale ([email protected])
  12. //
  13. #define __export
  14. #define WAKRELVER "Release 3.MS"
  15. #define WAKRELDATE "19970221"
  16. #endif