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