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
|
** Initialization code for initializing supported SST-1 DACs
|
||||||
**
|
**
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#undef FX_DLL_ENABLE /* so that we don't dllexport the symbols */
|
||||||
|
|
||||||
#ifdef __WIN32__
|
#ifdef __WIN32__
|
||||||
#pragma optimize ("",off)
|
#pragma optimize ("",off)
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -20,6 +20,7 @@
|
|||||||
** Initialization code for loading SST-1 gamma tables
|
** Initialization code for loading SST-1 gamma tables
|
||||||
**
|
**
|
||||||
*/
|
*/
|
||||||
|
#undef FX_DLL_ENABLE /* so that we don't dllexport the symbols */
|
||||||
#ifdef __WIN32__
|
#ifdef __WIN32__
|
||||||
#pragma optimize ("",off)
|
#pragma optimize ("",off)
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -21,6 +21,7 @@
|
|||||||
** configuration information.
|
** configuration information.
|
||||||
**
|
**
|
||||||
*/
|
*/
|
||||||
|
#undef FX_DLL_ENABLE /* so that we don't dllexport the symbols */
|
||||||
#ifdef __WIN32__
|
#ifdef __WIN32__
|
||||||
#pragma optimize ("",off)
|
#pragma optimize ("",off)
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -20,6 +20,7 @@
|
|||||||
** Parsing code for grabbing information from "voodoo2.ini" initialization file
|
** Parsing code for grabbing information from "voodoo2.ini" initialization file
|
||||||
**
|
**
|
||||||
*/
|
*/
|
||||||
|
#undef FX_DLL_ENABLE /* so that we don't dllexport the symbols */
|
||||||
#ifdef __WIN32__
|
#ifdef __WIN32__
|
||||||
#pragma optimize ("",off)
|
#pragma optimize ("",off)
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -20,6 +20,7 @@
|
|||||||
** Initialization code for initializing scanline interleaving
|
** Initialization code for initializing scanline interleaving
|
||||||
**
|
**
|
||||||
*/
|
*/
|
||||||
|
#undef FX_DLL_ENABLE /* so that we don't dllexport the symbols */
|
||||||
#ifdef __WIN32__
|
#ifdef __WIN32__
|
||||||
#pragma optimize ("",off)
|
#pragma optimize ("",off)
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -136,6 +136,9 @@
|
|||||||
** VOODOO2_PATH path Path used to locate "voodoo2.ini" file
|
** VOODOO2_PATH path Path used to locate "voodoo2.ini" file
|
||||||
**
|
**
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#undef FX_DLL_ENABLE /* so that we don't dllexport the symbols */
|
||||||
|
|
||||||
#ifdef __WIN32__
|
#ifdef __WIN32__
|
||||||
#pragma optimize ("",off)
|
#pragma optimize ("",off)
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -20,6 +20,9 @@
|
|||||||
** Utility routines for SST-1 Initialization code
|
** Utility routines for SST-1 Initialization code
|
||||||
**
|
**
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#undef FX_DLL_ENABLE /* so that we don't dllexport the symbols */
|
||||||
|
|
||||||
#ifdef __WIN32__
|
#ifdef __WIN32__
|
||||||
#pragma optimize ("",off)
|
#pragma optimize ("",off)
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -20,6 +20,7 @@
|
|||||||
** Initialization code for initializing SST-1 video unit
|
** Initialization code for initializing SST-1 video unit
|
||||||
**
|
**
|
||||||
*/
|
*/
|
||||||
|
#undef FX_DLL_ENABLE /* so that we don't dllexport the symbols */
|
||||||
#ifdef __WIN32__
|
#ifdef __WIN32__
|
||||||
#pragma optimize ("",off)
|
#pragma optimize ("",off)
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -19,6 +19,8 @@
|
|||||||
**
|
**
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#undef FX_DLL_ENABLE /* so that we don't dllexport the symbols */
|
||||||
|
|
||||||
/* ANSI Headers */
|
/* ANSI Headers */
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|||||||
@@ -16,6 +16,7 @@
|
|||||||
**
|
**
|
||||||
*/
|
*/
|
||||||
#define INIT_AT3D_LIB
|
#define INIT_AT3D_LIB
|
||||||
|
#undef FX_DLL_ENABLE /* so that we don't dllexport the symbols */
|
||||||
|
|
||||||
#include <3dfx.h>
|
#include <3dfx.h>
|
||||||
|
|
||||||
|
|||||||
@@ -19,6 +19,8 @@
|
|||||||
**
|
**
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#undef FX_DLL_ENABLE /* so that we don't dllexport the symbols */
|
||||||
|
|
||||||
#include <3dfx.h>
|
#include <3dfx.h>
|
||||||
|
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
|||||||
@@ -19,6 +19,9 @@
|
|||||||
**
|
**
|
||||||
** Initialization code for initializing supported SST-1 DACs
|
** Initialization code for initializing supported SST-1 DACs
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#undef FX_DLL_ENABLE /* so that we don't dllexport the symbols */
|
||||||
|
|
||||||
#ifndef __GNUC__
|
#ifndef __GNUC__
|
||||||
#pragma optimize ("",off)
|
#pragma optimize ("",off)
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -20,6 +20,7 @@
|
|||||||
** Initialization code for loading SST-1 gamma tables
|
** Initialization code for loading SST-1 gamma tables
|
||||||
**
|
**
|
||||||
*/
|
*/
|
||||||
|
#undef FX_DLL_ENABLE /* so that we don't dllexport the symbols */
|
||||||
#ifndef __GNUC__
|
#ifndef __GNUC__
|
||||||
#pragma optimize ("",off)
|
#pragma optimize ("",off)
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -21,6 +21,7 @@
|
|||||||
** configuration information.
|
** configuration information.
|
||||||
**
|
**
|
||||||
*/
|
*/
|
||||||
|
#undef FX_DLL_ENABLE /* so that we don't dllexport the symbols */
|
||||||
#ifndef __GNUC__
|
#ifndef __GNUC__
|
||||||
#pragma optimize ("",off)
|
#pragma optimize ("",off)
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -20,6 +20,7 @@
|
|||||||
** Parsing code for grabbing information from "voodoo.ini" initialization file
|
** Parsing code for grabbing information from "voodoo.ini" initialization file
|
||||||
**
|
**
|
||||||
*/
|
*/
|
||||||
|
#undef FX_DLL_ENABLE /* so that we don't dllexport the symbols */
|
||||||
#ifndef __GNUC__
|
#ifndef __GNUC__
|
||||||
#pragma optimize ("",off)
|
#pragma optimize ("",off)
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -20,6 +20,7 @@
|
|||||||
** Initialization code for initializing scanline interleaving
|
** Initialization code for initializing scanline interleaving
|
||||||
**
|
**
|
||||||
*/
|
*/
|
||||||
|
#undef FX_DLL_ENABLE /* so that we don't dllexport the symbols */
|
||||||
#ifndef __GNUC__
|
#ifndef __GNUC__
|
||||||
#pragma optimize ("",off)
|
#pragma optimize ("",off)
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -118,7 +118,7 @@
|
|||||||
** VOODOO_PATH path Path used to locate "voodoo.ini" file
|
** VOODOO_PATH path Path used to locate "voodoo.ini" file
|
||||||
**
|
**
|
||||||
*/
|
*/
|
||||||
|
#undef FX_DLL_ENABLE /* so that we don't dllexport the symbols */
|
||||||
#ifndef __GNUC__
|
#ifndef __GNUC__
|
||||||
#pragma optimize ("",off)
|
#pragma optimize ("",off)
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -20,6 +20,9 @@
|
|||||||
** Utility routines for SST-1 Initialization code
|
** Utility routines for SST-1 Initialization code
|
||||||
**
|
**
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#undef FX_DLL_ENABLE /* so that we don't dllexport the symbols */
|
||||||
|
|
||||||
#ifndef __GNUC__
|
#ifndef __GNUC__
|
||||||
#pragma optimize ("",off)
|
#pragma optimize ("",off)
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -20,6 +20,7 @@
|
|||||||
** Initialization code for initializing SST-1 video unit
|
** Initialization code for initializing SST-1 video unit
|
||||||
**
|
**
|
||||||
*/
|
*/
|
||||||
|
#undef FX_DLL_ENABLE /* so that we don't dllexport the symbols */
|
||||||
#ifndef __GNUC__
|
#ifndef __GNUC__
|
||||||
#pragma optimize ("",off)
|
#pragma optimize ("",off)
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user