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

Fix duplicate symbol

parent bf706caf
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
#endif #endif
#ifndef WIN32_LOADER #ifndef WIN32_LOADER
char* def_path=WIN32_PATH; static char* def_path=WIN32_PATH;
#else #else
extern char* def_path; extern char* def_path;
#endif #endif
......
...@@ -84,7 +84,7 @@ static int vsscanf( const char *str, const char *format, va_list ap) ...@@ -84,7 +84,7 @@ static int vsscanf( const char *str, const char *format, va_list ap)
} }
#endif #endif
char* def_path = WIN32_PATH; static char* def_path = WIN32_PATH;
static void do_cpuid(unsigned int ax, unsigned int *regs) 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