mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 16:53:05 +00:00
15 lines
118 B
C
15 lines
118 B
C
#ifndef _WS2IPDEF_
|
|
#define _WS2IPDEF_
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|