diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2004-02-12 00:20:30 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2004-02-12 00:20:30 +0000 |
commit | 2bc01fb1f5d3166c4960c5f9a1ff617f0f46a60d (patch) | |
tree | 4d22cd2190614e0c3e42ce5232f79787497a29f9 /winsup/w32api/include/basetyps.h | |
parent | c904424d70f51aa73ecd0bec5cf990fd7d69e5c5 (diff) | |
download | cygnal-2bc01fb1f5d3166c4960c5f9a1ff617f0f46a60d.tar.gz cygnal-2bc01fb1f5d3166c4960c5f9a1ff617f0f46a60d.tar.bz2 cygnal-2bc01fb1f5d3166c4960c5f9a1ff617f0f46a60d.zip |
* include/basetypes.h (_REFIID_DEFINED): Correct typo.
* include/winuser.h (NCCALCSIZE_PARAMS): Define structure.
Thanks to Mike Nordell <tamlin at algonet dot se>.
Diffstat (limited to 'winsup/w32api/include/basetyps.h')
-rw-r--r-- | winsup/w32api/include/basetyps.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/w32api/include/basetyps.h b/winsup/w32api/include/basetyps.h index 9f4e604a9..d8cb3c72c 100644 --- a/winsup/w32api/include/basetyps.h +++ b/winsup/w32api/include/basetyps.h @@ -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 |