[GDI32] Fix 64 bit issues
[reactos.git] / win32ss / gdi / gdi32 / wine / rosglue.c
index 2305101..d5d99d8 100644 (file)
@@ -731,7 +731,7 @@ HRGN
 DRIVER_PathToRegion(PHYSDEV physdev)
 {
     DPRINT1("DRIVER_PathToRegion\n");
-    return (HRGN)physdev->funcs->pAbortPath( physdev );
+    return (HRGN)(ULONG_PTR)physdev->funcs->pAbortPath( physdev );
 }