[LPK][GDI32] Enable mirroring via version resource (#965)
[reactos.git] / win32ss / w32ksvc.h
index 8de74d0..b10dde4 100644 (file)
     SVC_(UserSetTimer, 4)
     SVC_(UserSetWindowFNID, 2)
     SVC_(UserSetWindowLong, 4)
+#ifdef _WIN64
+    SVC_(UserSetWindowLongPtr, 4)
+#endif // _WIN64
     SVC_(UserSetWindowPlacement, 2)
     SVC_(UserSetWindowPos, 7)
     SVC_(UserSetWindowRgn, 3)
     SVC_(UserMonitorFromRect, 2)
     SVC_(UserMonitorFromWindow, 2)
     SVC_(UserSetScrollBarInfo, 3)
+// For Wine DX
+    SVC_(GdiDdDDICreateDCFromMemory, 1)
+    SVC_(GdiDdDDIDestroyDCFromMemory, 1)