Skip to content
This repository was archived by the owner on Jan 16, 2024. It is now read-only.

Commit 514c503

Browse files
committed
fix for pedantic compiler warning on CRAN
1 parent 0516e0b commit 514c503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/tesseract/errcode.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ const ERRCODE ASSERT_FAILED = "Assert failed";
8787
__FILE__, __LINE__); \
8888
}
8989

90-
#ifdef _MSC_VER
90+
#ifdef _WIN32
9191
#define ASSERT_HOST_MSG(x, msg, ...) if (!(x)) \
9292
{ \
9393
tprintf(msg); \

0 commit comments

Comments
 (0)