Skip to content

Commit

Permalink
test: Print GetLastError message in English
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinhochun committed Apr 8, 2022
1 parent e180bcd commit ceca669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tap.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ test_diagnostic_last_error(void)
FORMAT_MESSAGE_IGNORE_INSERTS,
NULL,
dwLastError,
MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT),
MAKELANGID(LANG_ENGLISH, SUBLANG_ENGLISH_US),
(LPSTR) &lpErrorMsg,
0, NULL);

Expand Down

0 comments on commit ceca669

Please sign in to comment.