mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 00:12:55 +00:00
15 lines
114 B
C
15 lines
114 B
C
#ifndef _WS2DEF_
|
|
#define _WS2DEF_
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|