mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
16 lines
118 B
C
16 lines
118 B
C
|
#ifndef _WS2IPDEF_
|
||
|
#define _WS2IPDEF_
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
#endif
|