* include/commctrl.h: Correct spelling of 'compatibility' in
comments. * include/setupapi.h: Likewise. * include/ws2tcpip.h: Likewise.
This commit is contained in:
parent
e5e6a33128
commit
3784b87b32
|
@ -1,3 +1,10 @@
|
|||
2006-01-24 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* include/commctrl.h: Correct spelling of 'compatibility' in
|
||||
comments.
|
||||
* include/setupapi.h: Likewise.
|
||||
* include/ws2tcpip.h: Likewise.
|
||||
|
||||
2006-01-24 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* include/ddk/winddk.h (KeGetCurrentKPCR): Support -masm=intel.
|
||||
|
|
|
@ -2066,7 +2066,7 @@ typedef struct _HDITEMW {
|
|||
LPVOID pvFilter;
|
||||
#endif
|
||||
} HDITEMW, * LPHDITEMW;
|
||||
/* for backward compatability */
|
||||
/* for backward compatibility */
|
||||
#define HD_ITEMA HDITEMA
|
||||
#define HD_ITEMW HDITEMW
|
||||
#define HD_ITEM HDITEM
|
||||
|
@ -2074,7 +2074,7 @@ typedef struct _HD_LAYOUT {
|
|||
RECT *prc;
|
||||
WINDOWPOS *pwpos;
|
||||
} HDLAYOUT, *LPHDLAYOUT;
|
||||
#define HD_LAYOUT HDLAYOUT /* backward compatability */
|
||||
#define HD_LAYOUT HDLAYOUT /* backward compatibility */
|
||||
typedef struct _HD_HITTESTINFO {
|
||||
POINT pt;
|
||||
UINT flags;
|
||||
|
@ -2336,7 +2336,7 @@ typedef struct _NM_UPDOWN {
|
|||
int iPos;
|
||||
int iDelta;
|
||||
} NMUPDOWN,*LPNMUPDOWN;
|
||||
/* for backward compatability */
|
||||
/* for backward compatibility */
|
||||
#define NM_UPDOWN NMUPDOWN
|
||||
#define LPNM_UPDOWN LPNMUPDOWN
|
||||
typedef struct _LVITEMA {
|
||||
|
@ -2460,7 +2460,7 @@ typedef struct tagNMLISTVIEW {
|
|||
POINT ptAction;
|
||||
LPARAM lParam;
|
||||
} NMLISTVIEW, *LPNMLISTVIEW;
|
||||
/* for backward compatability */
|
||||
/* for backward compatibility */
|
||||
#define _NM_LISTVIEW tagNMLISTVIEW
|
||||
#define NM_LISTVIEW NMLISTVIEW
|
||||
#define LPNM_LISTVIEW LPNMLISTVIEW
|
||||
|
|
|
@ -722,7 +722,7 @@ typedef struct _SP_DEVICE_INTERFACE_DATA {
|
|||
DWORD Flags;
|
||||
ULONG_PTR Reserved;
|
||||
} SP_DEVICE_INTERFACE_DATA, *PSP_DEVICE_INTERFACE_DATA;
|
||||
/* For backward compatability */
|
||||
/* For backward compatibility */
|
||||
typedef SP_DEVICE_INTERFACE_DATA SP_INTERFACE_DEVICE_DATA, *PSP_INTERFACE_DEVICE_DATA;
|
||||
|
||||
typedef struct _SP_DEVICE_INTERFACE_DETAIL_DATA_A {
|
||||
|
@ -733,7 +733,7 @@ typedef struct _SP_DEVICE_INTERFACE_DETAIL_DATA_W {
|
|||
DWORD cbSize;
|
||||
WCHAR DevicePath[ANYSIZE_ARRAY];
|
||||
} SP_DEVICE_INTERFACE_DETAIL_DATA_W, *PSP_DEVICE_INTERFACE_DETAIL_DATA_W;
|
||||
/* For backward compatability */
|
||||
/* For backward compatibility */
|
||||
typedef SP_DEVICE_INTERFACE_DETAIL_DATA_A SP_INTERFACE_DEVICE_DETAIL_DATA_A,
|
||||
*PSP_INTERFACE_DEVICE_DETAIL_DATA_A;
|
||||
typedef SP_DEVICE_INTERFACE_DETAIL_DATA_W SP_INTERFACE_DEVICE_DETAIL_DATA_W,
|
||||
|
@ -1317,7 +1317,7 @@ WINSETUPAPI BOOL WINAPI SetupSetSourceListW(DWORD,PCWSTR*,UINT);
|
|||
WINSETUPAPI VOID WINAPI SetupTermDefaultQueueCallback(PVOID);
|
||||
WINSETUPAPI BOOL WINAPI SetupTerminateFileLog(HSPFILELOG);
|
||||
|
||||
/* for backward compatability */
|
||||
/* for backward compatibility */
|
||||
#define SetupDiCreateInterfaceDeviceW SetupDiCreateDeviceInterfaceW
|
||||
#define SetupDiCreateInterfaceDeviceRegKeyW SetupDiCreateDeviceInterfaceRegKeyW
|
||||
#define SetupDiOpenInterfaceDeviceW SetupDiOpenDeviceInterfaceW
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
#endif
|
||||
|
||||
#if (defined _WINSOCK_H && !defined _WINSOCK2_H)
|
||||
#error "ws2tcpip.h is not compatable with winsock.h. Include winsock2.h instead."
|
||||
#error "ws2tcpip.h is not compatible with winsock.h. Include winsock2.h instead."
|
||||
#endif
|
||||
|
||||
#include <winsock2.h>
|
||||
|
@ -316,7 +316,7 @@ WCHAR* WSAAPI gai_strerrorW(int);
|
|||
#endif /* UNICODE */
|
||||
#endif /* 0 */
|
||||
|
||||
/* Some older IPv4/IPv6 compatability stuff */
|
||||
/* Some older IPv4/IPv6 compatibility stuff */
|
||||
|
||||
/* This struct lacks sin6_scope_id; retained for use in sockaddr_gen */
|
||||
struct sockaddr_in6_old {
|
||||
|
|
Loading…
Reference in New Issue