mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 02:27:40 -04:00
More MinGW fixes.
This commit is contained in:
@ -18,6 +18,7 @@ set(plClientPatcher_SOURCES
|
|||||||
)
|
)
|
||||||
|
|
||||||
add_library(plClientPatcher STATIC ${plClientPatcher_HEADERS} ${plClientPatcher_SOURCES})
|
add_library(plClientPatcher STATIC ${plClientPatcher_HEADERS} ${plClientPatcher_SOURCES})
|
||||||
|
target_link_libraries(plClientPatcher CoreLib plAudioCore)
|
||||||
|
|
||||||
source_group("Header Files" FILES ${plClientPatcher_HEADERS})
|
source_group("Header Files" FILES ${plClientPatcher_HEADERS})
|
||||||
source_group("Source Files" FILES ${plClientPatcher_SOURCES})
|
source_group("Source Files" FILES ${plClientPatcher_SOURCES})
|
||||||
|
@ -219,7 +219,7 @@ AsyncId CThreadDispObject::Queue (void * op) {
|
|||||||
***/
|
***/
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
static unsigned CALLBACK W9xThreadProc (AsyncThread *) {
|
static unsigned THREADCALL W9xThreadProc (AsyncThread *) {
|
||||||
|
|
||||||
// Perform the main thread loop
|
// Perform the main thread loop
|
||||||
for (;;) {
|
for (;;) {
|
||||||
|
@ -61,7 +61,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
|||||||
#include <al.h>
|
#include <al.h>
|
||||||
|
|
||||||
#if HS_BUILD_FOR_WIN32
|
#if HS_BUILD_FOR_WIN32
|
||||||
# ifdef DX_OLD_SDK
|
# if defined(DX_OLD_SDK) || defined(__MINGW32__)
|
||||||
# include <dxerr9.h>
|
# include <dxerr9.h>
|
||||||
# else
|
# else
|
||||||
# include <dxerr.h>
|
# include <dxerr.h>
|
||||||
|
@ -47,10 +47,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
|||||||
#include "plNetMessage/plNetMessage.h"
|
#include "plNetMessage/plNetMessage.h"
|
||||||
#include "plNetClient/plNetClientMgr.h"
|
#include "plNetClient/plNetClientMgr.h"
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
#if HS_BUILD_FOR_UNIX
|
|
||||||
#include <float.h>
|
#include <float.h>
|
||||||
#endif
|
|
||||||
|
|
||||||
plNetTransport::~plNetTransport()
|
plNetTransport::~plNetTransport()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user