CXX_BUILD is fixed again for Windows

This commit is contained in:
twinaphex 2018-02-04 21:13:41 +01:00
parent 028fc18294
commit 3ff3cada71

View File

@ -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);