remove xbox support; it doesn't work, and it'd take too much effort to get it working again
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
#ifndef APP_INSTANCE_H
|
||||
#define APP_INSTANCE_H
|
||||
|
||||
#if !defined(_XBOX)
|
||||
# include "windows.h"
|
||||
#endif
|
||||
#include "windows.h"
|
||||
|
||||
/** @brief get an HINSTANCE for starting dialog boxes. */
|
||||
class AppInstance
|
||||
|
||||
Reference in New Issue
Block a user