mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 11:19:10 +00:00
Fix issues from review
- Use lowercase win32 header names for cross-compiling with MinGW - Correct a unix GUID forward declaration
This commit is contained in:
@ -46,7 +46,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include <stdio.h>
|
||||
#include <direct.h> // windows directory handling fxns (for chdir)
|
||||
#include <process.h>
|
||||
#include <Shellapi.h> // ShellExecuteA
|
||||
#include <shellapi.h> // ShellExecuteA
|
||||
|
||||
//#define DETACH_EXE // Microsoft trick to force loading of exe to memory
|
||||
#ifdef DETACH_EXE
|
||||
|
Reference in New Issue
Block a user