一点小问题
This commit is contained in:
parent
a08102fc30
commit
c0c524d5d6
|
@ -24,6 +24,8 @@
|
||||||
#else
|
#else
|
||||||
#define HTTP_LIB __declspec(dllimport)
|
#define HTTP_LIB __declspec(dllimport)
|
||||||
#endif
|
#endif
|
||||||
|
#else
|
||||||
|
#define HTTP_LIB
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
|
@ -24,6 +24,8 @@
|
||||||
#else
|
#else
|
||||||
#define PERSON_LIB __declspec(dllimport)
|
#define PERSON_LIB __declspec(dllimport)
|
||||||
#endif
|
#endif
|
||||||
|
#else
|
||||||
|
#define PERSON_LIB
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <ctime>
|
#include <ctime>
|
||||||
|
|
|
@ -24,8 +24,11 @@
|
||||||
#else
|
#else
|
||||||
#define PERSON_LIB __declspec(dllimport)
|
#define PERSON_LIB __declspec(dllimport)
|
||||||
#endif
|
#endif
|
||||||
|
#else
|
||||||
|
#define PERSON_LIB
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#include <unordered_map>
|
#include <unordered_map>
|
||||||
#include "Person.h"
|
#include "Person.h"
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
Loading…
Reference in New Issue