Commit 7c73ffc6 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

msctfmonitor: Enable compilation with long types.

parent e41fa21c
EXTRADEFS = -DWINE_NO_LONG_TYPES
MODULE = msctfmonitor.dll MODULE = msctfmonitor.dll
EXTRADLLFLAGS = -Wb,--prefer-native EXTRADLLFLAGS = -Wb,--prefer-native
......
...@@ -22,6 +22,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(msctfmonitor); ...@@ -22,6 +22,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(msctfmonitor);
HRESULT WINAPI InitLocalMsCtfMonitor(DWORD flags) HRESULT WINAPI InitLocalMsCtfMonitor(DWORD flags)
{ {
FIXME("%d stub!\n", flags); FIXME("%ld stub!\n", flags);
return E_FAIL; return E_FAIL;
} }
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