diff --git a/jsrc/x15.c b/jsrc/x15.c index 275de880f..fe87bf40e 100644 --- a/jsrc/x15.c +++ b/jsrc/x15.c @@ -42,6 +42,7 @@ otherwise the regs may be used and the parameter lost. #if _WIN32 #include #include +#define FIXWINUTF8 // possibly should not be defined for MINGW32 #ifdef __MINGW32__ #ifndef _stdcall #define _stdcall __stdcall @@ -53,7 +54,6 @@ otherwise the regs may be used and the parameter lost. #include typedef unsigned char BYTE; #define CALLBACK -#define FIXWINUTF8 #endif #include #include diff --git a/makevs/jdll/jdll.vcxproj b/makevs/jdll/jdll.vcxproj index 02ab8f4c0..1e12af425 100644 --- a/makevs/jdll/jdll.vcxproj +++ b/makevs/jdll/jdll.vcxproj @@ -559,7 +559,7 @@ .\Release64/Jdll.bsc - copy $(outdir)\j.dll $(userprofile)\jbld\j64avx\bin\j.dll + copy $(outdir)\j.dll $(userprofile)\jbld\j64\bin\j.dll