Be able to control `WINDOWS_UI` programatically.
This commit is contained in:
parent
572418ec30
commit
e96bb6144b
|
@ -44,8 +44,10 @@ struct WINDOWS_PAINTSTRUCT {
|
||||||
|
|
||||||
class CN64System;
|
class CN64System;
|
||||||
|
|
||||||
|
#ifndef BYPASS_WINDOWS_GUI
|
||||||
#define WINDOWS_UI
|
#define WINDOWS_UI
|
||||||
// Remove this to test compilation outside of the Windows ATL environment.
|
// Remove this to test compilation outside of the Windows ATL environment.
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef WINDOWS_UI
|
#ifdef WINDOWS_UI
|
||||||
#include <WTL App.h>
|
#include <WTL App.h>
|
||||||
|
|
Loading…
Reference in New Issue