mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-04 14:33:58 +00:00
Another linux compile fix.
This commit is contained in:
@@ -39,7 +39,7 @@ const char* SUCCESS = "1\0"; // string representing success
|
||||
#ifdef __WIN32
|
||||
#define DLL_EXPORT __declspec(dllexport)
|
||||
#else
|
||||
#define DLL_EXPORT _attribute__ ((visibility ("default")))
|
||||
#define DLL_EXPORT __attribute__ ((visibility ("default")))
|
||||
#endif
|
||||
|
||||
// arg1: ip(in the xx.xx.xx.xx format)
|
||||
|
||||
Reference in New Issue
Block a user