mirror of
https://github.com/lunarmodules/luasocket.git
synced 2025-04-30 12:16:45 +02:00
17 lines
219 B
C
17 lines
219 B
C
#ifndef LUASOCKET_COMMON_H
|
|
#define LUASOCKET_COMMON_H
|
|
|
|
#ifndef LUASOCKET_API
|
|
#define LUASOCKET_API extern
|
|
#endif
|
|
|
|
#ifndef UNIX_API
|
|
#define UNIX_API extern
|
|
#endif
|
|
|
|
#ifndef MIME_API
|
|
#define MIME_API extern
|
|
#endif
|
|
|
|
#endif
|