23 lines
334 B
C
23 lines
334 B
C
/* 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_ */
|