mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-06 10:44:08 +00:00
Public release of the DLU server code!
Have fun!
This commit is contained in:
6
thirdparty/raknet/Source/Export.h
vendored
Normal file
6
thirdparty/raknet/Source/Export.h
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
// Fuck it, GCC won't compile with exports. Someone else can fix this if they want
|
||||
#if defined(_WIN32) && !(defined(__GNUC__) || defined(__GCCXML__)) && !defined(_RAKNET_LIB) && defined(_RAKNET_DLL)
|
||||
#define RAK_DLL_EXPORT __declspec(dllexport)
|
||||
#else
|
||||
#define RAK_DLL_EXPORT
|
||||
#endif
|
Reference in New Issue
Block a user