Implement Set/GetPrinterData[Ex].
[wine] / include / clipboard.h
index 99b2a8f..dca0f14 100644 (file)
@@ -7,9 +7,9 @@
 struct tagWND;
 
 typedef struct tagWINE_CLIPFORMAT {
-    WORD       wFormatID;
-    WORD       wRefCount;
-    WORD       wDataPresent;
+    UINT       wFormatID;
+    UINT       wRefCount;
+    BOOL       wDataPresent;
     LPSTR      Name;
     HANDLE16    hData16;
     HANDLE     hDataSrc32;