mirror of
https://github.com/libretro/RetroArch
synced 2025-04-03 01:21:10 +00:00
Buildfix
This commit is contained in:
parent
ac1cfa62f3
commit
25eaee066c
@ -207,7 +207,7 @@ void fill_pathname_application_path(char *s, size_t len)
|
|||||||
CFBundleRef bundle = CFBundleGetMainBundle();
|
CFBundleRef bundle = CFBundleGetMainBundle();
|
||||||
#endif
|
#endif
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
DWORD ret
|
DWORD ret;
|
||||||
#endif
|
#endif
|
||||||
#ifdef __HAIKU__
|
#ifdef __HAIKU__
|
||||||
image_info info;
|
image_info info;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user