Commit 9f5cb41f authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix duplicate symbol

parent bf706caf
......@@ -30,7 +30,7 @@
#endif
#ifndef WIN32_LOADER
char* def_path=WIN32_PATH;
static char* def_path=WIN32_PATH;
#else
extern char* def_path;
#endif
......
......@@ -84,7 +84,7 @@ static int vsscanf( const char *str, const char *format, va_list ap)
}
#endif
char* def_path = WIN32_PATH;
static char* def_path = WIN32_PATH;
static void do_cpuid(unsigned int ax, unsigned int *regs)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment