summaryrefslogtreecommitdiffstats
path: root/private/nw/nw16/drv/netware.h
blob: c96086ab8f0b60c6781bb2388f561deea3c91b33 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
/*****************************************************************/
/**               Microsoft Windows 4.0                         **/
/**           Copyright (C) Microsoft Corp., 1991-1993          **/
/*****************************************************************/


/*
 * History:
 *  08/08/93    vlads   Created
 *	10/16/93	gregj	Removed #pragma pack() because of #include nesting
 *
 */

#ifndef _INC_NETWARE
#define _INC_NETWARE

#include <windows.h>

// #include <npdefs.h>

// #include <base.h>

// #include <npassert.h>
// #include <buffer.h>

// #include <..\..\dev\ddk\inc16\error.h>
// #include <bseerr.h>
#include "nwerror.h"
// #include "..\nwnp\nwsysdos.h"

#ifdef __cplusplus
extern "C" {            /* Assume C declarations for C++ */
#endif  /* __cplusplus */

// #include <netcons.h>
// #include <netlib.h>

WINAPI NETWAREREQUEST (LPVOID);
WINAPI PNETWAREREQUEST(LPVOID);
WINAPI DOSREQUESTER(LPVOID);

//UINT WINAPI WNetAddConnection(LPSTR, LPSTR, LPSTR);
//UINT WINAPI WNetGetConnection(LPSTR, LPSTR, UINT FAR*);
//UINT WINAPI WNetCancelConnection(LPSTR, BOOL);


#ifdef __cplusplus
}
#endif  /* __cplusplus */


#ifdef DEBUG
#define TRACE(s) OutputDebugString(s)
#else
#define TRACE(s)
#endif

extern HINSTANCE hInstance;

#endif  /* !_INC_NETWARE */