wine-wine/include/wshisotp.h

23 lines
334 B
C
Raw Normal View History

2001-01-12 23:15:54 +00:00
/* WSHISOTP.H
*/
#ifndef _WINE_WSHISOTP_
#define _WINE_WSHISOTP_
#ifdef __cplusplus
extern "C" {
#endif /* defined(__cplusplus) */
/*
* constants
*/
#define ISOPROTO_TP4 29
#define ISOPROTO_TP ISOPROTO_TP4
#ifdef __cplusplus
} /* extern "C" */
#endif /* defined(__cplusplus) */
#endif /* _WINE_WSHISOTP_ */