msvcrtd/tests: Build without -DWINE_NO_LONG_TYPES.

Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Piotr Caban 2022-02-11 23:41:30 +01:00 committed by Alexandre Julliard
parent 8116b4cc2f
commit 2c8b49f415
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
EXTRADEFS = -DWINE_NO_LONG_TYPES
TESTDLL = msvcrtd.dll
C_SRCS = \

View File

@ -42,7 +42,7 @@ static BOOL init_functions(void)
HMODULE hModule = LoadLibraryA("msvcrtd.dll");
if (!hModule) {
win_skip("LoadLibraryA failed to load msvcrtd.dll with GLE=%d\n", GetLastError());
win_skip("LoadLibraryA failed to load msvcrtd.dll with GLE=%ld\n", GetLastError());
return FALSE;
}