* include/basetypes.h (_REFIID_DEFINED): Correct typo.
* include/winuser.h (NCCALCSIZE_PARAMS): Define structure. Thanks to Mike Nordell <tamlin at algonet dot se>.
This commit is contained in:
parent
c904424d70
commit
2bc01fb1f5
@ -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>
|
2004-02-11 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
* lib/dnsapi.a: New file.
|
* lib/dnsapi.a: New file.
|
||||||
|
@ -140,7 +140,7 @@ typedef unsigned long PROPID;
|
|||||||
#define REFCLSID const CLSID* const
|
#define REFCLSID const CLSID* const
|
||||||
#endif
|
#endif
|
||||||
#define _REFGUID_DEFINED
|
#define _REFGUID_DEFINED
|
||||||
#define _REFGIID_DEFINED
|
#define _REFIID_DEFINED
|
||||||
#define _REFCLSID_DEFINED
|
#define _REFCLSID_DEFINED
|
||||||
#endif
|
#endif
|
||||||
#ifndef GUID_SECTION
|
#ifndef GUID_SECTION
|
||||||
|
@ -2777,6 +2777,10 @@ typedef struct _WINDOWPOS {
|
|||||||
int cy;
|
int cy;
|
||||||
UINT flags;
|
UINT flags;
|
||||||
} WINDOWPOS,*PWINDOWPOS,*LPWINDOWPOS;
|
} WINDOWPOS,*PWINDOWPOS,*LPWINDOWPOS;
|
||||||
|
typedef struct tagNCCALCSIZE_PARAMS {
|
||||||
|
RECT rgrc[3];
|
||||||
|
PWINDOWPOS lppos;
|
||||||
|
} NCCALCSIZE_PARAMS, *LPNCCALCSIZE_PARAMS;
|
||||||
typedef struct tagMDICREATESTRUCTA {
|
typedef struct tagMDICREATESTRUCTA {
|
||||||
LPCSTR szClass;
|
LPCSTR szClass;
|
||||||
LPCSTR szTitle;
|
LPCSTR szTitle;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user