Fix header logic

This commit is contained in:
MarkRivers
2005-10-20 19:03:54 +00:00
parent 789d75fa7f
commit ae49bb1b82
-4
View File
@@ -3,9 +3,6 @@
/ */
/*#ifndef DLL
#define DLL _declspec(dllimport)
#endif*/
#ifdef WINDOWS /* Copied from old version*/
#ifndef DLL
#define DLL _declspec(dllimport)
@@ -15,7 +12,6 @@
#define DLL
#endif
#ifdef __cplusplus
extern "C"
{