mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Move resource.h file to gfx/drivers_wm
This commit is contained in:
parent
36b054506d
commit
66a17301f1
3 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "../win32/resource.h"
|
||||
#include "../gfx/drivers_wm/win32_resource.h"
|
||||
1 ICON "retroarch-icon.ico"
|
||||
2 24 "rarch.manifest"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue