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.

61 lines
1.2 KiB

  1. /*****************************************************************/
  2. /** Microsoft Windows 4.0 **/
  3. /** Copyright (C) Microsoft Corp., 1991-1993 **/
  4. /*****************************************************************/
  5. /*
  6. * History:
  7. * 08/08/93 vlads Created
  8. * 10/16/93 gregj Removed #pragma pack() because of #include nesting
  9. *
  10. */
  11. #ifndef _INC_NETWARE
  12. #define _INC_NETWARE
  13. #include <windows.h>
  14. // #include <npdefs.h>
  15. // #include <base.h>
  16. // #include <npassert.h>
  17. // #include <buffer.h>
  18. // #include <..\..\dev\ddk\inc16\error.h>
  19. // #include <bseerr.h>
  20. #include "nwerror.h"
  21. // #include "..\nwnp\nwsysdos.h"
  22. #ifdef __cplusplus
  23. extern "C" { /* Assume C declarations for C++ */
  24. #endif /* __cplusplus */
  25. // #include <netcons.h>
  26. // #include <netlib.h>
  27. WINAPI NETWAREREQUEST (LPVOID);
  28. WINAPI PNETWAREREQUEST(LPVOID);
  29. WINAPI DOSREQUESTER(LPVOID);
  30. //UINT WINAPI WNetAddConnection(LPSTR, LPSTR, LPSTR);
  31. //UINT WINAPI WNetGetConnection(LPSTR, LPSTR, UINT FAR*);
  32. //UINT WINAPI WNetCancelConnection(LPSTR, BOOL);
  33. #ifdef __cplusplus
  34. }
  35. #endif /* __cplusplus */
  36. #ifdef DEBUG
  37. #define TRACE(s) OutputDebugString(s)
  38. #else
  39. #define TRACE(s)
  40. #endif
  41. extern HINSTANCE hInstance;
  42. #endif /* !_INC_NETWARE */