Quick change for OSX support

This commit is contained in:
Gregory Pierce 2003-01-01 04:03:27 +00:00
parent e20873b847
commit 000e24eca7

View file

@ -109,6 +109,7 @@ typedef void ALCvoid;
#else
#ifdef TARGET_OS_MAC
#if TARGET_OS_MAC
#define _OSX
#pragma export on
#endif
#endif