Fix of SMB compilation: try 2

This commit is contained in:
Alexander S. Aganichev 2002-08-24 15:08:52 +00:00
parent 02877adb54
commit 41796b160f

View File

@ -62,7 +62,7 @@
#else /* self-contained executable */
#define SMBEXPORT
#endif
#elif defined __unix__
#elif defined __unix__ || defined __GNUC__
#define SMBCALL
#define SMBEXPORT
#elif defined __FLAT__