Commit 2c8b49f4 authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard

msvcrtd/tests: Build without -DWINE_NO_LONG_TYPES.

parent 8116b4cc
EXTRADEFS = -DWINE_NO_LONG_TYPES
TESTDLL = msvcrtd.dll TESTDLL = msvcrtd.dll
C_SRCS = \ C_SRCS = \
......
...@@ -42,7 +42,7 @@ static BOOL init_functions(void) ...@@ -42,7 +42,7 @@ static BOOL init_functions(void)
HMODULE hModule = LoadLibraryA("msvcrtd.dll"); HMODULE hModule = LoadLibraryA("msvcrtd.dll");
if (!hModule) { 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; return FALSE;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment