mirror of
https://github.com/glest/glest-source.git
synced 2025-08-11 10:54:01 +02:00
- fixed win32 build from last checkin
This commit is contained in:
@@ -12,23 +12,27 @@
|
||||
#ifndef _SHARED_PLATFORM_THREAD_H_
|
||||
#define _SHARED_PLATFORM_THREAD_H_
|
||||
|
||||
//#define DEBUG_MUTEXES
|
||||
//#define DEBUG_PERFORMANCE_MUTEXES
|
||||
|
||||
#include <SDL_thread.h>
|
||||
#include <SDL_mutex.h>
|
||||
#include <string>
|
||||
#ifdef DEBUG_PERFORMANCE_MUTEXES
|
||||
#include "platform_common.h"
|
||||
#endif
|
||||
|
||||
//#include "util.h"
|
||||
#include "leak_dumper.h"
|
||||
|
||||
//#define DEBUG_MUTEXES
|
||||
//#define DEBUG_PERFORMANCE_MUTEXES
|
||||
|
||||
// =====================================================
|
||||
// class Thread
|
||||
// =====================================================
|
||||
|
||||
using namespace std;
|
||||
#ifdef DEBUG_PERFORMANCE_MUTEXES
|
||||
using namespace Shared::PlatformCommon;
|
||||
|
||||
#endif
|
||||
|
||||
namespace Shared { namespace Platform {
|
||||
|
||||
|
Reference in New Issue
Block a user