cvg,sst1 init: #undef FX_DLL_ENABLE so that we don't dllexport the symbols.

This commit is contained in:
sezero
2018-08-08 22:38:50 +03:00
parent 40ee824879
commit 3c54cfde1e
19 changed files with 31 additions and 1 deletions

View File

@@ -20,6 +20,9 @@
** Initialization code for initializing supported SST-1 DACs
**
*/
#undef FX_DLL_ENABLE /* so that we don't dllexport the symbols */
#ifdef __WIN32__
#pragma optimize ("",off)
#endif

View File

@@ -20,6 +20,7 @@
** Initialization code for loading SST-1 gamma tables
**
*/
#undef FX_DLL_ENABLE /* so that we don't dllexport the symbols */
#ifdef __WIN32__
#pragma optimize ("",off)
#endif

View File

@@ -21,6 +21,7 @@
** configuration information.
**
*/
#undef FX_DLL_ENABLE /* so that we don't dllexport the symbols */
#ifdef __WIN32__
#pragma optimize ("",off)
#endif

View File

@@ -20,6 +20,7 @@
** Parsing code for grabbing information from "voodoo2.ini" initialization file
**
*/
#undef FX_DLL_ENABLE /* so that we don't dllexport the symbols */
#ifdef __WIN32__
#pragma optimize ("",off)
#endif

View File

@@ -20,6 +20,7 @@
** Initialization code for initializing scanline interleaving
**
*/
#undef FX_DLL_ENABLE /* so that we don't dllexport the symbols */
#ifdef __WIN32__
#pragma optimize ("",off)
#endif

View File

@@ -136,6 +136,9 @@
** VOODOO2_PATH path Path used to locate "voodoo2.ini" file
**
*/
#undef FX_DLL_ENABLE /* so that we don't dllexport the symbols */
#ifdef __WIN32__
#pragma optimize ("",off)
#endif

View File

@@ -20,6 +20,9 @@
** Utility routines for SST-1 Initialization code
**
*/
#undef FX_DLL_ENABLE /* so that we don't dllexport the symbols */
#ifdef __WIN32__
#pragma optimize ("",off)
#endif

View File

@@ -20,6 +20,7 @@
** Initialization code for initializing SST-1 video unit
**
*/
#undef FX_DLL_ENABLE /* so that we don't dllexport the symbols */
#ifdef __WIN32__
#pragma optimize ("",off)
#endif

View File

@@ -19,6 +19,8 @@
**
*/
#undef FX_DLL_ENABLE /* so that we don't dllexport the symbols */
/* ANSI Headers */
#include <stdlib.h>
#include <stdio.h>

View File

@@ -16,6 +16,7 @@
**
*/
#define INIT_AT3D_LIB
#undef FX_DLL_ENABLE /* so that we don't dllexport the symbols */
#include <3dfx.h>

View File

@@ -19,6 +19,8 @@
**
*/
#undef FX_DLL_ENABLE /* so that we don't dllexport the symbols */
#include <3dfx.h>
#include <stddef.h>

View File

@@ -19,6 +19,9 @@
**
** Initialization code for initializing supported SST-1 DACs
*/
#undef FX_DLL_ENABLE /* so that we don't dllexport the symbols */
#ifndef __GNUC__
#pragma optimize ("",off)
#endif

View File

@@ -20,6 +20,7 @@
** Initialization code for loading SST-1 gamma tables
**
*/
#undef FX_DLL_ENABLE /* so that we don't dllexport the symbols */
#ifndef __GNUC__
#pragma optimize ("",off)
#endif

View File

@@ -21,6 +21,7 @@
** configuration information.
**
*/
#undef FX_DLL_ENABLE /* so that we don't dllexport the symbols */
#ifndef __GNUC__
#pragma optimize ("",off)
#endif

View File

@@ -20,6 +20,7 @@
** Parsing code for grabbing information from "voodoo.ini" initialization file
**
*/
#undef FX_DLL_ENABLE /* so that we don't dllexport the symbols */
#ifndef __GNUC__
#pragma optimize ("",off)
#endif

View File

@@ -20,6 +20,7 @@
** Initialization code for initializing scanline interleaving
**
*/
#undef FX_DLL_ENABLE /* so that we don't dllexport the symbols */
#ifndef __GNUC__
#pragma optimize ("",off)
#endif

View File

@@ -118,7 +118,7 @@
** VOODOO_PATH path Path used to locate "voodoo.ini" file
**
*/
#undef FX_DLL_ENABLE /* so that we don't dllexport the symbols */
#ifndef __GNUC__
#pragma optimize ("",off)
#endif

View File

@@ -20,6 +20,9 @@
** Utility routines for SST-1 Initialization code
**
*/
#undef FX_DLL_ENABLE /* so that we don't dllexport the symbols */
#ifndef __GNUC__
#pragma optimize ("",off)
#endif

View File

@@ -20,6 +20,7 @@
** Initialization code for initializing SST-1 video unit
**
*/
#undef FX_DLL_ENABLE /* so that we don't dllexport the symbols */
#ifndef __GNUC__
#pragma optimize ("",off)
#endif