24 lines
342 B
C
24 lines
342 B
C
/* WCIPX.H
|
|
*/
|
|
|
|
#ifndef _WINE_WCIPX_
|
|
#define _WINE_WCIPX_
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif /* defined(__cplusplus) */
|
|
|
|
/*
|
|
* constants
|
|
*/
|
|
#define NSPROTO_IPX 1000
|
|
#define NSPROTO_SPX 1256
|
|
#define NSPROTO_SPXII 1257
|
|
|
|
|
|
#ifdef __cplusplus
|
|
} /* extern "C" */
|
|
#endif /* defined(__cplusplus) */
|
|
|
|
#endif /* _WINE_WCIPX_ */
|