]> sourceware.org Git - newlib-cygwin.git/commitdiff
2008-07-24 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
authorChris Sutcliffe <ir0nh34d@users.sourceforge.net>
Fri, 25 Jul 2008 01:50:35 +0000 (01:50 +0000)
committerChris Sutcliffe <ir0nh34d@users.sourceforge.net>
Fri, 25 Jul 2008 01:50:35 +0000 (01:50 +0000)
        * include/winuser.h (MENUGETOBJECTINFO, MNGO_NOINTERFACE, MNGO_NOERROR,
        MNGOF_TOPGAP, MNGOF_BOTTOMGAP): Define.

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

index 0537f856c6c4aca6556754164c30320809e8d7ac..4c23bd471b81ddb54b8e1b7c92c2c12932163e60 100644 (file)
@@ -1,3 +1,8 @@
+2008-07-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
+
+       * include/winuser.h (MENUGETOBJECTINFO, MNGO_NOINTERFACE, MNGO_NOERROR,
+       MNGOF_TOPGAP, MNGOF_BOTTOMGAP): Define.
+
 2008-07-24  techrazy  <techrazy@users.sourceforge.net>
 
        * include/wingdi.h (OUT_PS_ONLY_PRECIS): Define.
index 03bb20b904c3ef5aca89f790ae4a053ee8dce763..bd935aaf053c62136737a60c6d07cb74f37beab7 100644 (file)
@@ -16,6 +16,11 @@ extern "C" {
 #endif
 #endif
 
+#define MNGO_NOINTERFACE  0x00
+#define MNGO_NOERROR      0x01
+#define MNGOF_TOPGAP      0x01
+#define MNGOF_BOTTOMGAP   0x02
+
 #define WC_DIALOG MAKEINTATOM(0x8002)
 #define FALT   16
 #define FCONTROL       8
@@ -2486,6 +2491,13 @@ typedef void(CALLBACK *SENDASYNCPROC)(HWND,UINT,DWORD,LRESULT);
 DECLARE_HANDLE(HHOOK);
 DECLARE_HANDLE(HDWP);
 DECLARE_HANDLE(HDEVNOTIFY);
+typedef struct tagMENUGETOBJECTINFO {
+  DWORD  dwFlags;
+  UINT  uPos;
+  HMENU  hmenu;
+  PVOID  riid;
+  PVOID  pvObj;
+} MENUGETOBJECTINFO, *PMENUGETOBJECTINFO;
 typedef struct tagACCEL {
        BYTE fVirt;
        WORD key;
This page took 0.0435950000000001 seconds and 5 git commands to generate.