Skip to content

Commit

Permalink
fixwinutf8
Browse files Browse the repository at this point in the history
  • Loading branch information
eiverson committed Sep 3, 2018
1 parent a1aca6c commit 5c695c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jsrc/x15.c
Expand Up @@ -42,6 +42,7 @@ otherwise the regs may be used and the parameter lost.
#if _WIN32
#include <windows.h>
#include <windowsx.h>
#define FIXWINUTF8 // possibly should not be defined for MINGW32
#ifdef __MINGW32__
#ifndef _stdcall
#define _stdcall __stdcall
Expand All @@ -53,7 +54,6 @@ otherwise the regs may be used and the parameter lost.
#include <unistd.h>
typedef unsigned char BYTE;
#define CALLBACK
#define FIXWINUTF8
#endif
#include <stdint.h>
#include <wchar.h>
Expand Down
2 changes: 1 addition & 1 deletion makevs/jdll/jdll.vcxproj
Expand Up @@ -559,7 +559,7 @@
<OutputFile>.\Release64/Jdll.bsc</OutputFile>
</Bscmake>
<PostBuildEvent>
<Command>copy $(outdir)\j.dll $(userprofile)\jbld\j64avx\bin\j.dll</Command>
<Command>copy $(outdir)\j.dll $(userprofile)\jbld\j64\bin\j.dll</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug64|Win32'">
Expand Down

0 comments on commit 5c695c9

Please sign in to comment.