mirror of
https://github.com/jmarshall23/Hellfire.git
synced 2026-08-12 07:50:53 +02:00
20 lines
416 B
C++
20 lines
416 B
C++
#define _beginthreadex CreateThread
|
|
#define _endthreadex(a)
|
|
|
|
/****************************************************************************
|
|
*
|
|
* Storm functions
|
|
*
|
|
***/
|
|
|
|
HINSTANCE StormGetInstance ();
|
|
|
|
/****************************************************************************
|
|
*
|
|
* SFile functions
|
|
*
|
|
***/
|
|
|
|
BOOL APIENTRY SFileOpenFileWin32 (LPCTSTR filename,
|
|
HANDLE *handle);
|