move IsWindowed check inside of ArchHooks_Win32
This commit is contained in:
@@ -13,6 +13,11 @@
|
||||
#include "RageException.h"
|
||||
#include "RageUtil.h"
|
||||
#include "RageLog.h"
|
||||
#include "RageLog.h"
|
||||
|
||||
#if defined(WIN32) && defined(DEBUG)
|
||||
#include "windows.h"
|
||||
#endif
|
||||
|
||||
RageException::RageException( const char *fmt, ...)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user