OSDN Git Service

* include/basetypes.h (_REFIID_DEFINED): Correct typo.
authordannysmith <dannysmith>
Thu, 12 Feb 2004 00:20:30 +0000 (00:20 +0000)
committerdannysmith <dannysmith>
Thu, 12 Feb 2004 00:20:30 +0000 (00:20 +0000)
* include/winuser.h (NCCALCSIZE_PARAMS): Define structure.
Thanks to Mike Nordell <tamlin at algonet dot se>.

winsup/w32api/ChangeLog
winsup/w32api/include/basetyps.h
winsup/w32api/include/winuser.h

index e6b8191..3da0c26 100644 (file)
@@ -1,3 +1,10 @@
+2004-02-12  Danny Smith  <dannysmith@users.sourceforge.net>
+
+       * include/basetypes.h (_REFIID_DEFINED): Correct typo.
+
+       * include/winuser.h (NCCALCSIZE_PARAMS): Define structure.
+       Thanks to Mike Nordell <tamlin at algonet dot se>.
+
 2004-02-11  Danny Smith  <dannysmith@users.sourceforge.net>
 
        * lib/dnsapi.a: New file.
index 9f4e604..d8cb3c7 100644 (file)
@@ -140,7 +140,7 @@ typedef unsigned long PROPID;
 #define REFCLSID const CLSID* const
 #endif
 #define _REFGUID_DEFINED
-#define _REFGIID_DEFINED
+#define _REFIID_DEFINED
 #define _REFCLSID_DEFINED
 #endif
 #ifndef GUID_SECTION
index 448e97c..2c094c5 100644 (file)
@@ -2777,6 +2777,10 @@ typedef struct _WINDOWPOS {
        int cy;
        UINT flags;
 } WINDOWPOS,*PWINDOWPOS,*LPWINDOWPOS;
+typedef struct tagNCCALCSIZE_PARAMS {
+       RECT rgrc[3];
+       PWINDOWPOS lppos;
+} NCCALCSIZE_PARAMS, *LPNCCALCSIZE_PARAMS;
 typedef struct tagMDICREATESTRUCTA {
        LPCSTR szClass;
        LPCSTR szTitle;