Skip to content
Snippets Groups Projects
Commit 6b41ed65 authored by dg's avatar dg
Browse files

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@723 51575b47-30f0-44d4-a5cc-537603b46e54
parent 765218dd
No related branches found
No related tags found
No related merge requests found
......@@ -101,15 +101,7 @@ typedef unsigned long uintptr;
#define TCOD_TECHVERSION 0x01050003
// DLL export
#ifdef TCOD_WINDOWS
#ifdef LIBTCOD_EXPORTS
#define TCODLIB_API __declspec(dllexport)
#else
#define TCODLIB_API __declspec(dllimport)
#endif
#else
#define TCODLIB_API
#endif
#ifdef __cplusplus
extern "C" {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment