Moved window move/resize syscommand handling to the graphics driver.
[wine/multimedia.git] / include / wsipx.h
blobd40839ac66e83b82bb3b1533434b6fa0e36d74b0
1 /* WCIPX.H
2 */
4 #ifndef _WINE_WCIPX_
5 #define _WINE_WCIPX_
7 #ifdef __cplusplus
8 extern "C" {
9 #endif /* defined(__cplusplus) */
12 * constants
14 #define NSPROTO_IPX 1000
15 #define NSPROTO_SPX 1256
16 #define NSPROTO_SPXII 1257
19 #ifdef __cplusplus
20 } /* extern "C" */
21 #endif /* defined(__cplusplus) */
23 #endif /* _WINE_WCIPX_ */