Made gdi compile with -DSTRICT.

diff --git a/graphics/path.c b/graphics/path.c
index bbca30a..81cca4a 100644
--- a/graphics/path.c
+++ b/graphics/path.c
@@ -1555,7 +1555,7 @@
     GdiPath *pPath;
     BOOL bRet = FALSE;
 
-    TRACE("(%08x)\n", hdc);
+    TRACE("(%p)\n", hdc);
     if(!dc) return FALSE;
 
     if(dc->funcs->pStrokePath)