Added GCC-4.1 support

Disabled potentially bad optimization
This commit is contained in:
David Anderson
2006-08-17 01:39:47 +00:00
parent 6295813723
commit 8b055fd1d0
2 changed files with 9 additions and 3 deletions

View File

@@ -38,7 +38,7 @@
#ifndef __linux__
#define DLLEXPORT __declspec(dllexport)
#else
#define DLLEXPORT
#define DLLEXPORT __attribute__((visibility("default")))
#define WINAPI
#endif