Skip to content

Commit 7ef6632

Browse files
committed
minor
1 parent d08098a commit 7ef6632

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

jsrc/cd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#ifdef _WIN32
66
// Tip o'hat to Michaelangel007 on StackOverflow
77
#define WIN32_LEAN_AND_MEAN
8-
#include <Windows.h>
8+
#include <windows.h>
99
#include <stdint.h> // portable: uint64_t MSVC: __int64
1010
#include "jerr.h"
1111

script/testga.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ if [ "$2" = "x86_64" ]; then
9696
fi
9797
fi
9898
elif [ "$1" = "windows" ]; then
99-
if [ -f "j64/libjavx2.$ext" ]; then
99+
if [ -f "j64/javx2.$ext" ]; then
100100
if [ "$_DEBUG" = "3" ]; then
101101
echo "running debug"
102102
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

Comments
 (0)