Renamed dummy->generic for tests, also fix warning

This commit is contained in:
Miodrag Milanovic 2018-07-11 08:05:42 +02:00
parent bfc47e9cd4
commit 2ad355ebeb
2 changed files with 2 additions and 0 deletions

View File

@ -151,7 +151,9 @@ BOOST_PYTHON_MODULE(MODULE_NAME)
arch_wrap_python(); arch_wrap_python();
} }
#ifdef MAIN_EXECUTABLE
static wchar_t *program; static wchar_t *program;
#endif
void init_python(const char *executable, bool first) void init_python(const char *executable, bool first)
{ {