Commit 69996b61 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

kernelbase: Use the %I length modifier to print pointer-size integers.

parent b41ab972
...@@ -514,7 +514,7 @@ BOOL WINAPI DECLSPEC_HOTPATCH CreateProcessInternalW( HANDLE token, const WCHAR ...@@ -514,7 +514,7 @@ BOOL WINAPI DECLSPEC_HOTPATCH CreateProcessInternalW( HANDLE token, const WCHAR
} }
break; break;
default: default:
FIXME("Unsupported attribute %#lx.\n", attrs->attrs[i].attr); FIXME("Unsupported attribute %#Ix.\n", attrs->attrs[i].attr);
break; break;
} }
} }
......
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