net_lib 2.0.4
 
Loading...
Searching...
No Matches
nrc_define.h
Go to the documentation of this file.
1#ifndef INCLUDE_C_PARAMETER_NRC_DEFINE_H_
2#define INCLUDE_C_PARAMETER_NRC_DEFINE_H_
3
4#include <string>
5#include <vector>
6
7#if defined(_WIN32) || defined(WIN32) //windows
8#define EXPORT_API __declspec(dllexport)
9#else
10#define EXPORT_API
11#endif
12
13using SOCKETFD = int;
14
15#endif /* INCLUDE_API_NRC_INTERFACE_DEFINE_H_ */
16
17
18
int SOCKETFD
Definition nrc_define.h:13