We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d08098a commit 7ef6632Copy full SHA for 7ef6632
2 files changed
jsrc/cd.c
@@ -5,7 +5,7 @@
5
#ifdef _WIN32
6
// Tip o'hat to Michaelangel007 on StackOverflow
7
#define WIN32_LEAN_AND_MEAN
8
-#include <Windows.h>
+#include <windows.h>
9
#include <stdint.h> // portable: uint64_t MSVC: __int64
10
#include "jerr.h"
11
script/testga.sh
@@ -96,7 +96,7 @@ if [ "$2" = "x86_64" ]; then
96
fi
97
98
elif [ "$1" = "windows" ]; then
99
- if [ -f "j64/libjavx2.$ext" ]; then
+ if [ -f "j64/javx2.$ext" ]; then
100
if [ "$_DEBUG" = "3" ]; then
101
echo "running debug"
102
LC_ALL=fr_FR.UTF-8 gdb -batch -return-child-result -ex "run" -ex "thread apply all bt" --args j64/jconsole -lib javx2.$ext testga.ijs
0 commit comments