cvg,sst1 init: #undef FX_DLL_ENABLE so that we don't dllexport the symbols.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
** configuration information.
|
||||
**
|
||||
*/
|
||||
#undef FX_DLL_ENABLE /* so that we don't dllexport the symbols */
|
||||
#ifdef __WIN32__
|
||||
#pragma optimize ("",off)
|
||||
#endif
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -19,6 +19,8 @@
|
||||
**
|
||||
*/
|
||||
|
||||
#undef FX_DLL_ENABLE /* so that we don't dllexport the symbols */
|
||||
|
||||
/* ANSI Headers */
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
**
|
||||
*/
|
||||
#define INIT_AT3D_LIB
|
||||
#undef FX_DLL_ENABLE /* so that we don't dllexport the symbols */
|
||||
|
||||
#include <3dfx.h>
|
||||
|
||||
|
||||
@@ -19,6 +19,8 @@
|
||||
**
|
||||
*/
|
||||
|
||||
#undef FX_DLL_ENABLE /* so that we don't dllexport the symbols */
|
||||
|
||||
#include <3dfx.h>
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
** configuration information.
|
||||
**
|
||||
*/
|
||||
#undef FX_DLL_ENABLE /* so that we don't dllexport the symbols */
|
||||
#ifndef __GNUC__
|
||||
#pragma optimize ("",off)
|
||||
#endif
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user