Be able to control `WINDOWS_UI` programatically.

This commit is contained in:
unknown 2015-10-26 17:00:06 -04:00
parent 572418ec30
commit e96bb6144b
1 changed files with 2 additions and 0 deletions

View File

@ -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>