mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-23 21:24:27 +00:00
Remove unneeded definition.
This commit is contained in:
parent
015b5425ff
commit
57b52d0a1c
@ -34,12 +34,6 @@
|
|||||||
// This is conveniently done for them in extdll.h
|
// This is conveniently done for them in extdll.h
|
||||||
//
|
//
|
||||||
|
|
||||||
#ifdef _WIN32
|
|
||||||
#define DLLEXPORT __stdcall
|
|
||||||
#else
|
|
||||||
#define DLLEXPORT /* */
|
|
||||||
#endif
|
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
at_notice,
|
at_notice,
|
||||||
@ -494,4 +488,4 @@ extern NEW_DLL_FUNCTIONS gNewDLLFunctions;
|
|||||||
typedef int (*APIFUNCTION)( DLL_FUNCTIONS *pFunctionTable, int interfaceVersion );
|
typedef int (*APIFUNCTION)( DLL_FUNCTIONS *pFunctionTable, int interfaceVersion );
|
||||||
typedef int (*APIFUNCTION2)( DLL_FUNCTIONS *pFunctionTable, int *interfaceVersion );
|
typedef int (*APIFUNCTION2)( DLL_FUNCTIONS *pFunctionTable, int *interfaceVersion );
|
||||||
|
|
||||||
#endif//EIFACE_H
|
#endif//EIFACE_H
|
||||||
|
Loading…
x
Reference in New Issue
Block a user