mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 18:59:09 +00:00
@ -41,6 +41,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
*==LICENSE==*/
|
||||
#pragma warning(disable: 4284)
|
||||
#include "HeadSpin.h"
|
||||
#include "hsWindows.h"
|
||||
#include "plClient.h"
|
||||
#include "hsStream.h"
|
||||
#include "plResMgr/plResManager.h"
|
||||
|
@ -40,9 +40,13 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
*==LICENSE==*/
|
||||
|
||||
#include "HeadSpin.h"
|
||||
#include "hsWindows.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <direct.h> // windows directory handling fxns (for chdir)
|
||||
#include <process.h>
|
||||
#include <shellapi.h> // ShellExecuteA
|
||||
|
||||
//#define DETACH_EXE // Microsoft trick to force loading of exe to memory
|
||||
#ifdef DETACH_EXE
|
||||
@ -51,7 +55,6 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include <curl/curl.h>
|
||||
|
||||
#include "HeadSpin.h"
|
||||
#include "hsStream.h"
|
||||
|
||||
#include "plClient.h"
|
||||
@ -78,7 +81,6 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include "res/resource.h"
|
||||
|
||||
//#include <shellapi.h>
|
||||
//
|
||||
// Defines
|
||||
//
|
||||
|
@ -50,6 +50,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#endif
|
||||
#define PLASMA20_SOURCES_PLASMA_APPS_PLCLIENTPATCHER_PCH_H
|
||||
|
||||
#include "hsWindows.h"
|
||||
#include <process.h>
|
||||
#include <time.h>
|
||||
#include "pnUtils/pnUtils.h"
|
||||
|
@ -49,6 +49,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include <algorithm>
|
||||
|
||||
#if HS_BUILD_FOR_WIN32
|
||||
# include "hsWindows.h"
|
||||
# include <direct.h>
|
||||
|
||||
# define getcwd _getcwd
|
||||
|
@ -50,6 +50,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#endif
|
||||
#define PLASMA20_SOURCES_PLASMA_APPS_PLURULAUNCHER_PCH_H
|
||||
|
||||
#include "hsWindows.h"
|
||||
#include <process.h>
|
||||
#include <time.h>
|
||||
|
||||
|
Reference in New Issue
Block a user