projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Release 20010510.
[wine]
/
include
/
wsipx.h
1
/* WCIPX.H
2
*/
3
4
#ifndef _WINE_WCIPX_
5
#define _WINE_WCIPX_
6
7
#ifdef __cplusplus
8
extern "C" {
9
#endif /* defined(__cplusplus) */
10
11
/*
12
* constants
13
*/
14
#define NSPROTO_IPX 1000
15
#define NSPROTO_SPX 1256
16
#define NSPROTO_SPXII 1257
17
18
19
#ifdef __cplusplus
20
} /* extern "C" */
21
#endif /* defined(__cplusplus) */
22
23
#endif /* _WINE_WCIPX_ */