Source code of Windows XP (NT5)
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.

32 lines
1011 B

  1. /********************************************************************/
  2. /** Microsoft OS|2 LAN Manager **/
  3. /** Copyright(c) Microsoft Corp., 1987, 1988 **/
  4. /********************************************************************/
  5. /********************************************************************
  6. * *
  7. * About this file ... NETCONS.HXX *
  8. * *
  9. * This file contains constants used throughout the Lan Manager *
  10. * API header files. It should be included in any source file *
  11. * that is going to include other Lan Manager API header files or *
  12. * call a Lan Manager API. *
  13. * *
  14. ********************************************************************/
  15. // Allow for nested includes of this file
  16. #if !defined(_NETCONS_)
  17. #define _NETCONS_
  18. #if defined(REDIR)
  19. #include <os2def.hxx>
  20. #else
  21. #include <os2.hxx>
  22. #endif REDIR
  23. #include <netcons.h>
  24. #undef NULL
  25. #define NULL 0
  26. #endif _NETCONS_