Initial bump to GCC-4.1

This commit is contained in:
David Anderson
2006-08-24 22:44:57 +00:00
parent a42a5f1a0e
commit ee4f064073
33 changed files with 341 additions and 106 deletions

View File

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