mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 11:19:10 +00:00
Various MinGW compile fixes.
This commit is contained in:
@ -61,7 +61,10 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
# define _WIN32_IE 0x400
|
||||
# endif
|
||||
|
||||
# define NOMINMAX
|
||||
# ifndef NOMINMAX
|
||||
# define NOMINMAX
|
||||
# endif
|
||||
|
||||
# define WIN32_LEAN_AND_MEAN
|
||||
# include <windows.h>
|
||||
# include <ws2tcpip.h> // Pulls in WinSock 2 for us
|
||||
|
@ -43,7 +43,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "HeadSpin.h"
|
||||
#include <functional>
|
||||
#include <memory>
|
||||
#include <wchar.h>
|
||||
#include <cwchar>
|
||||
#pragma hdrstop
|
||||
|
||||
#include "plString.h"
|
||||
|
Reference in New Issue
Block a user