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

vdmdbg: Enable compilation with long types.

parent 6c505ec9
EXTRADEFS = -DWINE_NO_LONG_TYPES
MODULE = vdmdbg.dll
IMPORTLIB = vdmdbg
......
......@@ -30,7 +30,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(vdmdbg);
*/
INT WINAPI VDMEnumTaskWOW(DWORD dwProcessId, TASKENUMPROC fp, LPARAM lparam)
{
FIXME("(%d, %p): stub!\n", dwProcessId, fp);
FIXME("(%ld, %p): stub!\n", dwProcessId, fp);
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