diff options
Diffstat (limited to 'win32/plugins/peopsxgl/gpuPeopsOpenGL.def')
| -rwxr-xr-x[-rw-r--r--] | win32/plugins/peopsxgl/gpuPeopsOpenGL.def | 72 |
1 files changed, 36 insertions, 36 deletions
diff --git a/win32/plugins/peopsxgl/gpuPeopsOpenGL.def b/win32/plugins/peopsxgl/gpuPeopsOpenGL.def index ef8cc98d..17d2e66c 100644..100755 --- a/win32/plugins/peopsxgl/gpuPeopsOpenGL.def +++ b/win32/plugins/peopsxgl/gpuPeopsOpenGL.def @@ -1,36 +1,36 @@ -; gpuPeopsOpenGL.def : Declares the module parameters for the DLL.
-
-LIBRARY "gpuPeopsOpenGL"
-DESCRIPTION 'gpuPeopsOpenGL OpenGL Windows Dynamic Link Library'
-EXPORTS
- ; Explicit exports can go here
- PSEgetLibType @2
- PSEgetLibName @3
- PSEgetLibVersion @4
- GPUinit @5
- GPUshutdown @6
- GPUopen @7
- GPUclose @8
- GPUconfigure @9
- GPUabout @10
- GPUtest @11
- GPUwriteData @12
- GPUwriteStatus @13
- GPUreadData @14
- GPUreadStatus @15
- GPUdmaChain @16
- GPUupdateLace @17
- GPUmakeSnapshot @18
- GPUwriteDataMem @19
- GPUreadDataMem @20
- GPUdisplayFlags @21
- GPUfreeze @22
- GPUgetScreenPic @23
- GPUshowScreenPic @24
-
- GPUcursor @25
-
- GPUsetfix @26
- GPUsetframelimit @27
- GPUvisualVibration @28
- GPUaddVertex @29
+; gpuPeopsOpenGL.def : Declares the module parameters for the DLL. + +LIBRARY "gpuPeopsOpenGL" +DESCRIPTION 'gpuPeopsOpenGL OpenGL Windows Dynamic Link Library' +EXPORTS + ; Explicit exports can go here + PSEgetLibType @2 + PSEgetLibName @3 + PSEgetLibVersion @4 + GPUinit @5 + GPUshutdown @6 + GPUopen @7 + GPUclose @8 + GPUconfigure @9 + GPUabout @10 + GPUtest @11 + GPUwriteData @12 + GPUwriteStatus @13 + GPUreadData @14 + GPUreadStatus @15 + GPUdmaChain @16 + GPUupdateLace @17 + GPUmakeSnapshot @18 + GPUwriteDataMem @19 + GPUreadDataMem @20 + GPUdisplayFlags @21 + GPUfreeze @22 + GPUgetScreenPic @23 + GPUshowScreenPic @24 + + GPUcursor @25 + + GPUsetfix @26 + GPUsetframelimit @27 + GPUvisualVibration @28 + GPUaddVertex @29 |
