Files
Hellfire/Storm/SOURCE/SINTERN.H
T
Justin Marshall 101266ab72 Initial commit.
2026-04-27 10:35:40 -07:00

20 lines
416 B
C++

#define _beginthreadex CreateThread
#define _endthreadex(a)
/****************************************************************************
*
* Storm functions
*
***/
HINSTANCE StormGetInstance ();
/****************************************************************************
*
* SFile functions
*
***/
BOOL APIENTRY SFileOpenFileWin32 (LPCTSTR filename,
HANDLE *handle);