RBBS_FIXEDSIZE should not affect _AdjustBands (found by Mike McCormack
[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_ */