Skip to content

Commit f8cc714

Browse files
committed
Fix MinGW build
Fix casing of "BaseTsd.h"
1 parent 5e1ac6a commit f8cc714

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

win32/regex.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ extern "C" {
1212
#define CHARCLASS_NAME_MAX 14
1313
#define RE_DUP_MAX 255
1414

15-
#include <BaseTsd.h>
15+
#include <basetsd.h>
1616
typedef SSIZE_T regoff_t;
1717
// #include <bits/alltypes.h>
1818

0 commit comments

Comments
 (0)