Commit 07b55d29 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

w32sys.dll16: Enable compilation with long types.

parent 1699c3a5
EXTRADEFS = -DWINE_NO_LONG_TYPES
MODULE = w32sys.dll16
EXTRADLLFLAGS = -m16 -Wb,--main-module,w32skrnl.dll
......
......@@ -78,7 +78,7 @@ WORD WINAPI GetPEResourceTable16(
* LoadPeResource (W32SYS.11)
*/
DWORD WINAPI LoadPeResource16(WORD x,SEGPTR y) {
FIXME("(0x%04x,0x%08x),stub!\n",x,y);
FIXME("(0x%04x,0x%08lx),stub!\n",x,y);
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