Merge pull request #690 from cxd4/set-WINDOWS_UI-programmatically

Be able to control `WINDOWS_UI` programatically.
This commit is contained in:
zilmar 2015-10-28 11:15:17 +11:00
commit 88852c3a4a
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>