mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 09:40:06 +00:00
CXX_BUILD is fixed again for Windows
This commit is contained in:
parent
028fc18294
commit
3ff3cada71
@ -146,6 +146,9 @@ int rarch_main(int argc, char *argv[], void *data)
|
||||
}
|
||||
|
||||
#ifndef HAVE_MAIN
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
#endif
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
return rarch_main(argc, argv, NULL);
|
||||
|
Loading…
x
Reference in New Issue
Block a user