mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
- initial support for configure based on scummvm tree (tested mac os x leopard, linux(ubuntu), cygwin with mingwin gcc)
- adopted more common dir code from scummvm for easier multi platform support - synced some changes from scummvm code
This commit is contained in:
@@ -49,6 +49,8 @@ int g_flags = 0;
|
||||
|
||||
#ifdef _WIN32
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
WIN32_FIND_DATAA g_find_file_data;
|
||||
HANDLE g_searchFile;
|
||||
bool g_firstFind;
|
||||
|
||||
Reference in New Issue
Block a user