Commit cc6384b0 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

acledit: Enable compilation with long types.

parent 54b8c8c7
EXTRADEFS = -DWINE_NO_LONG_TYPES
MODULE = acledit.dll
EXTRADLLFLAGS = -Wb,--prefer-native
......
......@@ -36,7 +36,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(acledit);
LONG WINAPI FMExtensionProcW(HWND hWnd, WORD wEvent, LONG lParam)
{
FIXME("(%p, %d, 0x%x) stub\n", hWnd, wEvent, lParam);
FIXME("(%p, %d, 0x%lx) stub\n", hWnd, wEvent, lParam);
return 0;
}
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