gdebug.c: #undef FX_DLL_ENABLE, so that we don't dllexport the symbols.

This commit is contained in:
sezero
2018-08-08 22:38:12 +03:00
parent 1fe48886a8
commit bc18c519d7
4 changed files with 4 additions and 0 deletions

View File

@@ -20,6 +20,7 @@
** COPYRIGHT 3DFX INTERACTIVE, INC. 1999, ALL RIGHTS RESERVED
*/
#undef FX_DLL_ENABLE /* so that we don't dllexport the symbols */
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>

View File

@@ -20,6 +20,7 @@
** COPYRIGHT 3DFX INTERACTIVE, INC. 1999, ALL RIGHTS RESERVED
*/
#undef FX_DLL_ENABLE /* so that we don't dllexport the symbols */
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>

View File

@@ -21,6 +21,7 @@
**
*/
#undef FX_DLL_ENABLE /* so that we don't dllexport the symbols */
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>

View File

@@ -18,6 +18,7 @@
** COPYRIGHT 3DFX INTERACTIVE, INC. 1999, ALL RIGHTS RESERVED
*/
#undef FX_DLL_ENABLE /* so that we don't dllexport the symbols */
#include <stdio.h>
#include <stdlib.h>