ui_win32.c - Remove _XBOX defines

This commit is contained in:
twinaphex 2015-11-19 07:53:59 +01:00
parent 27be8fa045
commit 79af6f0abc

View File

@ -19,8 +19,6 @@
#include <stdlib.h>
#include <string.h>
#if !defined(_XBOX)
#define IDI_ICON 1
#ifndef _WIN32_WINNT
@ -29,7 +27,6 @@
#include <windows.h>
#include <commdlg.h>
#endif
#include <file/file_path.h>
#include "../ui_companion_driver.h"