2003-04-14 Phil Krylov <likewolf@users.sourceforge.net>
* include/winuser.h (VK_*): Add missing defines. 2003-04-14 Vincent B�ron <papineau@users.sourceforge.net> * include/commctrl.h (NMUPDOWN, LPNMUPDOWN): Use currently documented typedefs for struct _NM_UPDOWN. Add defines for backward comapatibility. * include/commdlg.h (OFN_ENABLESIZING): Add define. * include/wininet.h (IRF_*): Add issing defines. 2003-04-14 Bang Jun-Young <junyoung@netbsd.org> * lib/ntdll.def (Csr*, Dbg*, Ki*, Ldr*, Rtl*): Add W2K exports.
This commit is contained in:
@ -1802,7 +1802,10 @@ typedef struct _NM_UPDOWN {
|
||||
NMHDR hdr;
|
||||
int iPos;
|
||||
int iDelta;
|
||||
} NM_UPDOWN,*LPNM_UPDOWN;
|
||||
} NMUPDOWN,*LPNMUPDOWN;
|
||||
/* for backward compatability */
|
||||
#define NM_UPDOWN NMUPDOWN
|
||||
#define LPNM_UPDOWN LPNMUPDOWN
|
||||
typedef struct _LVITEMA {
|
||||
UINT mask;
|
||||
int iItem;
|
||||
|
Reference in New Issue
Block a user