Move resource.h file to gfx/drivers_wm

This commit is contained in:
twinaphex 2015-04-04 20:37:22 +02:00
parent 36b054506d
commit 66a17301f1
3 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ extern "C" {
#ifndef _XBOX
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include "../../win32/resource.h"
#include "win32_resource.h"
LRESULT win32_handle_keyboard_event(HWND hwnd, UINT message,
WPARAM wparam, LPARAM lparam);

View File

@ -1,4 +1,4 @@
#include "../win32/resource.h"
#include "../gfx/drivers_wm/win32_resource.h"
1 ICON "retroarch-icon.ico"
2 24 "rarch.manifest"