Dimitri Papadopoulos
100b96f7b9
* include/dshow.h: New file.
...
* include/evcode.h: New file.
* include/audevcod.h: New file.
* include/dvdevcod.h: New file.
2006-05-03 06:22:00 +00:00
Dimitri Papadopoulos
b8a1621817
* include/mprapi.h (MprAdminConnection*,MprAdminPort*): Add declaration.
...
* lib/mprapi.def: New file.
2006-05-02 12:21:21 +00:00
Dimitri Papadopoulos
fa8ffde6a4
* include/mprapi.h (PPP_*INFO*, RAS_CONNECTION_*, RAS_PORT_*,
...
RAS_USER_*): New structures.
* include/mprapi.h (RAS_FLAGS_*,PPP_LCP_*,RASCCPCA_* ,PPP_CCP_*,MAX_*,
RASPRIV_*,*ADDRESSLEN,MPR_ENABLE_*): Define.
* include/mprapi.h (RAS_*_CONDITION): Add enums.
* include/mprapi.h <lmcons.h>: For NETBIOS_NAME_LEN, UNLEN, DLEN.
2006-05-02 12:08:18 +00:00
Dimitri Papadopoulos
5248b38cc7
* include/mprapi.h: New file.
...
* include/routprot.h: New file.
* include/ipxrtdef.h: New file.
* include/ipxconst.h: New file.
* include/stm.h: New file.
2006-05-02 10:51:52 +00:00
Dimitri Papadopoulos
acbd76c614
* include/ddk/winddk.h (KAFFINITY): Fix typo.
...
Thanks to: Oliver Stoeneberg <kidkat at sf dot net>
2006-04-28 17:39:48 +00:00
Dimitri Papadopoulos
5dcc8b249a
* include/winbase.h (ENUMRES*PROC{AW}): ANSI and Unicode versions.
...
Thanks to: Oliver Stoeneberg <kidkat at sf dot net>
2006-04-28 17:34:02 +00:00
Dimitri Papadopoulos
f7f95ba172
* include/ntsecapi.h (POLICY_DNS_DOMAIN_INFO): Fix typo.
...
Thanks to: Oliver Stoeneberg <kidkat at sf dot net>
2006-04-28 17:16:55 +00:00
Dimitri Papadopoulos
66c3c4112d
* include/wingdi.h (BITMAPV5HEADER): New structure definition.
2006-04-28 17:13:14 +00:00
Dimitri Papadopoulos
b1cceb5f92
* include/basetyps.h (REFFMTID): Define properly.
2006-04-28 16:55:26 +00:00
Dimitri Papadopoulos
6bcc8fbabb
* include/winnt.h (WT_SET_MAX_THREADPOOL_THREADS): Define.
...
Thanks to: Bruce M Simpson <bms_spc at sf dot net>
2006-04-28 10:36:46 +00:00
Dimitri Papadopoulos
7eaa966b8f
* include/ipifcons.h (MIN_IF_TYPE,IF_TYPE_*,MAX_IF_TYPE,IF_ACCESS_*,
...
IF_CHECK_*,IF_CONNECTION_*,IF_ADMIN_*,IF_OPER_*): Define.
* include/winbase.h (CancelWaitableTimer,UnregisterWait):
Add function declaration.
* include/mgm.h: New file.
* lib/rtm.def: New file.
Thanks to: Bruce M Simpson <bms_spc at sf dot net>
2006-04-28 10:31:20 +00:00
Dimitri Papadopoulos
27154d380a
* include/ws2tcpip.h (gai_strerror): Remove thread-safety comment.
...
This function cannot be made thread-safe, the API would have to be
changed for that, just like strerror() -> strerror_r() and similar
ISO C or POSIX functions...
2006-04-24 11:53:16 +00:00
Dimitri Papadopoulos
6fbcec60a8
* include/winnt.h: revert to 1.102
...
* include/ddk/winddk.h: revert to 1.25
2006-04-20 10:47:43 +00:00
Dimitri Papadopoulos
53e906ee42
* include/edevdefs.h: New file.
2006-04-19 11:03:17 +00:00
Dimitri Papadopoulos
9d723cf55e
* include/mmsystem.h (_LPCWAVEFORMATEX_DEFINED): Define.
...
Use as guard for the WAVEFORMATEX structure instead of
_WAVEFORMATEX_ to avoid clashes with DirectSound. Keep
_WAVEFORMATEX_ for compatibility.
Thanks to: Andrew Jones <guln at sf dot net>
2006-04-19 08:57:16 +00:00
Dimitri Papadopoulos
cb784c8950
* include/winnt.h, include/ddk/winddk.h (FIELD_OFFSET):
...
Compile with recent C++ compiler such as gcc 3.4.
* include/ddk/winddk.h: Ditto.
2006-04-19 08:40:53 +00:00
Dimitri Papadopoulos
a2601182c0
* include/winuser.h (CharNextEx,CharNextExW,CharPrevEx,CharPrevExW):
...
Delete. Only CharNextExA and CharPrevExA are documented in MSDN.
Thanks to: David Golub <david_golub at sf dot net>
2006-04-19 08:15:19 +00:00
Danny Smith
6ea56da87a
2006-04-18 Eric House <ehouse@eehouse.org>
...
PocketPC support.
* include/aygshell.h: New file [_WIN32_WCE]. Declare most common
functions for using aygshell on PocketPC:
SHCreateMenuBar, SHFindMenuBar, SHCreateNewItem, SHFullScreen,
SHSipInfo, SHHandleWMActivate, SHHandleWMSettingChange
* include/commctrl.h [_WIN32_WCE] Add function prototypes for
command bar API on PocketPC:
CommandBar_Create, CommandBar_Show, CommandBar_AddBitmap,
CommandBar_InsertComboBox, CommandBar_InsertMenubar,
CommandBar_InsertMenubarEx, CommandBar_DrawMenuBar,
CommandBar_GetMenu, CommandBar_AddAdornments, CommandBar_Height,
CommandBar_InsertButton, CommandBar_Destroy.
* include/winbase.h [_WIN32_WCE] (WIN32_FIND_DATA{A|W}): Remove
fields not present on PocketPC.
(GetCurrentThreadId): Conditionally declare as extern function
without dllimport attribute on PocketPC.
(ResetEvent): Likwise.
(SetEvent): Likewise.
* include/wingdi.h [_WIN32_WCE] (GetTextExtentPoint32{A|W}):
Conditionally declare as extern function without dllimport
attribute on PocketPC.
* winuser.h [_WIN32_WCE] (DialogBoxParam{A|W}): Conditionally
declare as extern function without dllimport attribute on PocketPC.
2006-04-18 09:48:05 +00:00
Danny Smith
5c96db5d4f
2006-04-18 Eric House <ehouse@eehouse.org>
...
PocketPC support.
* include/aygshell.h: New file [_WIN32_WCE]. Declare most common
functions for using aygshell on PocketPC:
SHCreateMenuBar, SHFindMenuBar, SHCreateNewItem, SHFullScreen,
SHSipInfo, SHHandleWMActivate, SHHandleWMSettingChange
* include/commctrl.h [_WIN32_WCE] Add function prototypes for
command bar API on PocketPC:
CommandBar_Create, CommandBar_Show, CommandBar_AddBitmap,
CommandBar_InsertComboBox, CommandBar_InsertMenubar,
CommandBar_InsertMenubarEx, CommandBar_DrawMenuBar,
CommandBar_GetMenu, CommandBar_AddAdornments, CommandBar_Height,
CommandBar_InsertButton, CommandBar_Destroy.
* include/winbase.h [_WIN32_WCE] (WIN32_FIND_DATA{A|W}): Remove
fields not present on PocketPC.
(GetCurrentThreadId): Conditionally declare as extern function
without dllimport attribute on PocketPC.
(ResetEvent): Likwise.
(SetEvent): Likewise.
* include/wingdi.h [_WIN32_WCE] (GetTextExtentPoint32{A|W}):
Conditionally declare as extern function without dllimport
attribute on PocketPC.
* winuser.h [_WIN32_WCE] (DialogBoxParam{A|W}): Conditionally
declare as extern function without dllimport attribute on PocketPC.
2006-04-18 09:35:29 +00:00
Danny Smith
065e8a7a02
2006-04-18 Thorsten Dahlheimer (dahlheim@users.sf.net>
...
* include/wingdi.h (ColorCorrectPalette): Add declaration.
(CreateColorSpace): Add UNICODE mappings.
* lib/gdi32.def (ColorCorrectPalette): Add stub.
* include/icm.h: New file.
* lib/mscms.def: New file.
* lib/icmui.def: New file.
2006-04-18 04:38:03 +00:00
Danny Smith
edf92ad046
2006-04-18 Thorsten Dahlheimer (dahlheim@users.sf.net>
...
* include/winnt.h (IMAGE_FILE_MACHINE_IA64): New define.
(IMAGE_FILE_MACHINE_AMD64): New define.
(IMAGE_NT_OPTIONAL_HDR{32|64}_MAGIC. New. Map to IMAGE_NT_OPTIONAL_HDR_MAGIC.
(IMAGE_SUBSYSTEM_NATIVE_WINDOWS): New define.
(IMAGE_SUBSYSTEM_WINDOWS_CE_GUI): New define.
(IMAGE_DLLCHARACTERISTICS_WDM_DRIVER): New define.
(IMAGE_DIRECTORY_ENTRY_*): New defines.
(IMAGE_SCN_TYPE_*): New defines.
(IMAGE_SCN_ALIGN_*): New defines.
(IMAGE_DEBUG_TYPE_BORLAND): New define.
(IMAGE_OPTIONAL_HEADER{32|64}): New structure definitions and typedefs. Map to
IMAGE_OPTIONAL_HEADERS.
(IMAGE_NT_HEADERS{32|64}): New structure definitions and typedefs. Map to
IMAGE_NT_HEADERS.
(IMAGE_LOAD_CONFIG_DIRECTORY64): New structure definition and typedefs.
(IMAGE_CE_RUNTIME_FUNCTION_ENTRY): Likewise.
(IMAGE_FUNCTION_ENTRY64): Likewise.
2006-04-18 03:58:22 +00:00
Danny Smith
bcc39a0bfe
2006-04-18 Bart Oldeman <bartoldeman@users.sf.net>
...
* lib/test.c: Fix typo in #inlcude.
* include/aclui.h: INTERFACE should not remain
defined at the end of the header.
* include/servprov.h: Ditto.
2006-04-18 02:57:59 +00:00
Danny Smith
1d975d67b1
* include/ws2tcpip.h (gai_strerror): Add thread-safety comment.
2006-04-16 08:26:59 +00:00
Dimitri Papadopoulos
538146072a
* include/ws2tcpip.h (gai_strerror{AW}): Implement as inline function.
2006-04-14 16:40:30 +00:00
Dimitri Papadopoulos
285ae543e2
* include/wsahelp.h (system_header): Add pragma.
...
* include/ws2spi.h (system_header): Add pragma.
* include/rasdlg.h (system_header): Add pragma.
* include/rasdlg.h (_RASDLG_H): Define.
Define instead of _RASDLG_H_, this is the w32api standard.
* include/mlang.h (_MLANG_H): Define.
Define instead of _MLANG_H_, this is the w32api standard.
* include/setupapi.h (_SETUPAPI_H): Define.
Define instead of _SETUPAPI_H_, this is the w32api standard.
2006-04-14 15:54:54 +00:00
Dimitri Papadopoulos
3253f21972
* include/rpcndr.h (boolean): Add typedef.
...
Thanks to: James du Russel <ephelon at users dot sf dot net>
* include/rpcndr.h (_RPCNDR_H): Define.
Define in addition to __RPCNDR_H__, this is the w32api standard.
2006-04-14 15:21:21 +00:00
Chris Sutcliffe
04cbcde8d9
2006-04-14 Chris Sutcliffe <ir0nh34d@users.sf.net>
...
* include/w32api.h: Increment version to 3.7.
* Makefile.in: Ditto.
2006-04-14 12:52:50 +00:00
Chris Sutcliffe
9f8b325c45
2006-04-13 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
...
* include/winbase.h (GET_MODULE_HANDLE_EX_FLAG_*): Define.
Thanks to: Brandon Sneed <brandon at redf dot net>
2006-04-14 00:14:19 +00:00
Danny Smith
be5542f716
* include/secext.h: Enclose function declarations in extern "C" for
...
__cplusplus.
2006-04-12 08:04:42 +00:00
Chris Sutcliffe
076887efab
2006-04-11 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
...
* include/comcat.h: INTERFACE should not remain defined
at the end of the header.
* include/docobj.h: Ditto.
* include/exdisp.h: Ditto.
* include/intshcut.h: Ditto.
* include/mlang.h: Ditto.
* include/mshtml.h: Ditto.
* include/oaidl.h: Ditto.
2006-04-11 22:56:08 +00:00
Dimitri Papadopoulos
84ac4d5112
* include/commdlg.h (PD_*): Rearrange.
2006-04-11 08:03:23 +00:00
Dimitri Papadopoulos
9681ad80b9
* include/commdlg.h (PD_*): Define.
...
Thanks to: Wolfgang Glas <softadm at users dot sf dot net>
2006-04-11 07:53:23 +00:00
Danny Smith
e5807db846
* include/iphlpapi.h (GetAdaptersAddresses): Check for winsock2
...
here also.
2006-04-08 03:49:28 +00:00
Dimitri Papadopoulos
cf30e49114
* include/wincrypt.h (PROV_MS_EXCHANGE): Define.
...
We should probably remove PROV_MS_MAIL but I'm keeping it for
now for compatibility reasons.
Thanks to: Marcus Agehall <agehall at users dot sf dot net>
2006-04-07 14:28:35 +00:00
Dimitri Papadopoulos
c7a84ac71f
* include/commdlg.h [WINVER >= 0x0500]
...
(PD_RESULT_*,START_PAGE_GENERAL): Define.
Thanks to: Wolfgang Glas <softadm at users dot sf dot net>
2006-04-07 14:17:28 +00:00
Dimitri Papadopoulos
198785c1d3
* include/wingdi.h [WINVER >= 0x0410]
...
(AlphaBlend,GradientFill,TransparentBlt): Windows 98 and better.
Thanks to: Alessandro Antonello <aleantonello at users dot sf dot net>
2006-04-07 13:41:24 +00:00
Dimitri Papadopoulos
6fca0833c6
* include/wingdi.h (CAPTUREBLT,NOMIRRORBITMAP): Define.
...
* include/commctrl.h (WC_LINK{AW},LIF_*,LIM_*,LM_*,
MAX_LINKID_TEXT,L_MAX_URL_LENGTH): Define.
(LITEM,LHITTESTINFO,NMLINK): Add structures.
Thanks to: Brandon Sneed <brandon at redf dot net>
2006-04-07 13:28:49 +00:00
Dimitri Papadopoulos
7d7113db13
* include/w32api.h (IE*): Define for recent versions of IE.
2006-04-06 12:26:09 +00:00
Dimitri Papadopoulos
a846957047
* include/w32api.h (_W32API_H): Define.
...
Define in addition to _W32API_H_, this is the w32api standard.
2006-04-06 12:21:30 +00:00
Dimitri Papadopoulos
45a450621f
* include/w32api.h (WindowsVista): Define.
2006-04-06 12:18:40 +00:00
Dimitri Papadopoulos
e98a5b1c43
* include/iptypes.h (IP_ADAPTER_*): Define parts that depend
...
on SOCKET_ADDRESS only if winsock2.h has already been included.
2006-04-06 12:16:49 +00:00
Dimitri Papadopoulos
944a4fa770
* include/winuser.h (WM_IME_*): Remove. Defined in imm.h.
2006-04-06 11:53:54 +00:00
Dimitri Papadopoulos
3728ca6538
* include/iphlpapi.h (GAA_FLAG_*): Define.
...
(GetAdaptersAddresses): Add function declaration.
* lib/iphlpapi.def (GetAdaptersAddresses): Add function stub.
Thanks to: ross <rossboulet at users dot sf dot net>
2006-04-05 16:05:04 +00:00
Dimitri Papadopoulos
273243a857
* include/iptypes.h (IP_INTERFACE_NAME_INFO,
...
IP_ADAPTER_ANYCAST_ADDRESS,IP_ADAPTER_MULTICAST_ADDRESS,
IP_ADAPTER_UNICAST_ADDRESS,IP_ADAPTER_DNS_SERVER_ADDRESS,
IP_ADAPTER_PREFIX,IP_ADAPTER_ADDRESSES): Add structures.
(IF_OPER_STATUS,IP_DAD_STATE,IP_PREFIX_ORIGIN,IP_SUFFIX_ORIGIN,
SCOPE_LEVEL): Add enums.
(IP_ADAPTER_*): Define.
2006-04-05 15:53:58 +00:00
Dimitri Papadopoulos
be95339627
* include/winuser.h (GetWindowExtEx): Removed, belongs to wingdi.h.
...
Thanks to: Sergey Philippov <phis at users dot sf dot net>
2006-04-05 15:06:56 +00:00
Dimitri Papadopoulos
d5ad5abfc2
* include/objidl.h (PIDSI_*): Define.
...
(PRSPEC_*): Define.
Thanks to: Oliver Stoeneberg <kidkat at users dot sf dot net>
2006-04-05 14:16:17 +00:00
Dimitri Papadopoulos
1d509e2a22
* include/winbase.h (LOGON32_PROVIDER_WINNT40,
...
LOGON32_PROVIDER_WINNT50, LOGON32_LOGON_NETWORK,
LOGON32_LOGON_UNLOCK, LOGON32_LOGON_NETWORK_CLEARTEXT,
LOGON32_LOGON_NEW_CREDENTIALS): Define.
Thanks to: Oliver Stoeneberg <kidkat at users dot sf dot net>
2006-04-05 13:53:14 +00:00
Dimitri Papadopoulos
347fb1920b
* include/mq.h: New file.
...
* lib/mqrt.def: (MQ*): Define a few missing functions.
2006-04-05 10:01:56 +00:00
Dimitri Papadopoulos
e159a2ade2
* include/winerror.h (STG_E_*): Define.
...
Thanks to: Oliver Stoeneberg <kidkat at users dot sf dot net>
* include/winerror.h (STG_S_*): Define.
(CO_S_MACHINENAMENOTFOUND): Define.
(RPC_E_*): Define.
(NTE_*): Define.
2006-04-05 07:06:06 +00:00
Dimitri Papadopoulos
29c2d97a8c
* include/commctrl.h (ListView_*): Define and correct.
...
(LVM_*): Define.
2006-04-03 13:01:26 +00:00
Dimitri Papadopoulos
4b0baaa5eb
* include/winuser.h (WM_IME_*): Define (DWORD type).
...
(EM_*IMESTATUS): Define.
(WM_*): Define.
(XBUTTON*): Define.
Thanks to: Steve Folly <spfolly at users dot sf dot net>
2006-04-03 09:55:26 +00:00
Danny Smith
ab4a589f90
* include/winnetwk.h (WNetGetResourceInformationW): Correct first param.
...
Thanks to: Rene Rivera <grafik at users dot sf dot net>.
2006-03-31 09:08:47 +00:00
Christopher Faylor
8f31f3f481
* include/winspool.h: Protect use of PRINTER_ENUM_VALUESW with proper version
...
conditional.
2006-03-30 04:01:43 +00:00
Dimitri Papadopoulos
e47e7d6b02
* include/winspool.h (JOB_INFO_3): Add structure.
...
(PROVIDOR_INFO_*{AW}): Add structure.
* include/winspool.h [_WIN32_WINNT >= 0x0500]
(PRINTER_ENUM_VALUES{AW}): Add structure.
(PRINTPROCESSOR_CAPS): Add structure.
2006-03-29 17:10:00 +00:00
Dimitri Papadopoulos
fddb260daa
* include/winspool.h [_WIN32_WINNT >= 0x0500]
...
(DRIVER_INFO_7A): Correct definition.
2006-03-29 12:41:10 +00:00
Dimitri Papadopoulos
69356fef69
* include/winspool.h [_WIN32_WINNT >= 0x0500]
...
(DRIVER_INFO_*{AW}): Add structure.
(PRINTER_INFO_*{AW}): Add structure.
Thanks to: Roland Schwingel <rolandschwingel at users dot sf dot net>
2006-03-29 12:23:08 +00:00
Dimitri Papadopoulos
aee7cf676e
* include/winspool.h [_WIN32_WINNT >= 0x0500]
...
(DRIVER_*MODE): Define (DWORD type).
Thanks to: Roland Schwingel <rolandschwingel at users dot sf dot net>
2006-03-29 11:56:38 +00:00
Danny Smith
a68a2dbab4
* include/wincon.h (GetConsoleProcessList): Declare.
2006-03-27 05:34:23 +00:00
Danny Smith
1c051b91c4
2006-03-27 Hansres Engel <engel@node.ch>
...
* include/mlang.h: New file.
2006-03-27 05:23:52 +00:00
Chris Sutcliffe
8d6d480774
2006-03-26 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
...
* include/winbase.h (SetProcessWorkingSetSize): Corrected define.
2006-03-26 01:24:03 +00:00
Danny Smith
489d553f75
2006-03-26 Hansres Engel <engel@node.ch>
...
Add Uniscribe API for typography and for complex scripts.
* include/usp10.h: New file.
* lib/usp10.def: New file.
* include/winver.h: Change first argument of GetFileVersionInfo[...] to const.
* include/imm.h (IMECHARPOSITION): Add structure.
(RECONVERTSTRING): Likwise.
* include/commdlg.h (OPENFILENAME_SIZE_VERSION_400): Define.
* lib/uuid.c (CMultiLanguage): Add UUID definition.
(IMLangFontLink2): Likewise.
(IMultiLanguage): Likewise.
2006-03-25 21:43:55 +00:00
Danny Smith
61337a0f45
2006-03-18 Julien Lecomte <julienlecomte@users.sourceforge.net>
...
* include/wincon.h (ENABLE_*): Add more defines.
2006-03-18 Jan Nijtmans <nijtmans@users.sourceforge.net>
* include/winnt.h (INHERITED_ACE): Define.
(VALID_INHERIT_FLAGS): Correct definition.
2006-03-18 Peter �strand <astrand@cendio.se>
* lib/wtsapi32.def: New file.
2006-03-18 04:02:54 +00:00
Christopher Faylor
c94cc0f583
* include/winbase.h (STATUS_DLL_INIT_FAILED): New define.
...
(STATUS_DLL_INIT_FAILED_LOGOFF): Ditto.
2006-03-16 03:05:39 +00:00
Dimitri Papadopoulos
82f0f1394c
* include/winspool.h (DI_MEMORYMAP_WRITE): Define (DWORD type).
...
(FORM_USER,FORM_PRINTER): Define (DWORD type).
* include/winspool.h [_WIN32_WINNT >= 0x0500]
(DSPRINT_*): Define (DWORD type).
Thanks to: Roland Schwingel <rolandschwingel at users dot sf dot net>
2006-03-09 13:23:24 +00:00
Dimitri Papadopoulos
c87248b6fa
* include/winspool.h (JOB_CONTROL_*,JOB_STATUS_*): Define.
...
Thanks to: Roland Schwingel <rolandschwingel at users dot sf dot net>
2006-03-09 08:26:24 +00:00
Dimitri Papadopoulos
c4e86a3181
* include/shellapi.h [_WIN32_IE >= 0x0600]
...
(SEE_MASK_NOZONECHECKS,SEE_MASK_FLAG_LOG_USAGE): Define on
Windows XP SP1 and Windows XP respectively.
2006-03-07 10:59:46 +00:00
Dimitri Papadopoulos
93e4c351c2
* include/shellapi.h (NOTIFYICONDATA_V*_SIZE): Define.
...
Thanks to: Daniel Atallah <datallah at users dot sf dot net>
* include/shellapi.h [_WIN32_IE >= 0x0500]
(NIS_*): Introduced in Version 5.0.
2006-03-07 10:45:35 +00:00
Danny Smith
fc03f99fd3
* include/wingdi.h (CS_*): Correct WINVER guard on
...
Image Color Matching colour definitions.
2006-03-06 21:13:43 +00:00
Danny Smith
f511869c92
* include/shlobj.h (SFGAO_ISSLOW): Define.
...
(SFGAO_DISPLAYATTRMASK): Define in terms of preceding display
attribute constants.
2006-03-06 21:02:55 +00:00
Dimitri Papadopoulos
d0b42db669
* include/wingdi.h [WINVER >= 0x0500]
...
(INTERNET_STATE_*,*_EMBEDED): Included in Windows 2000 and later.
Thanks to: David A. Capello <dacap at users dot sf dot net>
2006-03-06 14:29:04 +00:00
Danny Smith
984b8182bf
2006-03-05 Paul J. Lucas <pauljlucas@users.sourceforge.net>
...
* include/wininet.h (INTERNET_CONNECTED_INFO): Define structure.
(INTERNET_STATE_*): Define flags.
(INTERNET_OPTION_CONNECTED_STATE): Define constant.
2006-03-05 08:31:57 +00:00
Danny Smith
41c3c8bd2c
2006-03-05 Chris Wilson <chris+mingw@qwirx.com>
...
* include/sddl.h: New file.
2006-03-05 07:49:45 +00:00
Danny Smith
f41c4c7ced
* include/ddk/ntifs,h (FILE_ID_FULL_DIRECTORY_INFORMATION): Revert
...
last change.
Remove file level #pragma pack(push,4)/#pragma pop.
2006-02-21 08:28:01 +00:00
Corinna Vinschen
84a447aa08
* include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Add filler
...
value to force correct alignment.
2006-02-19 10:56:20 +00:00
Danny Smith
25109ea7f3
* include/commctrl.h (LPNMLVCACHEHINT): Correct spelling.
...
Thanks to: Sebastian Pipping <hartwork at users dot sf dot net>
(PNM_CACHEHINT): Add backward compatibilty define.
(LPNM_CACHEHINT): Likewise.
2006-02-19 09:22:00 +00:00
Danny Smith
3d1172c133
2006-02-04 Ron Lee <ronl@users.sourceforge.net>
...
* include/winnls.h: Remove stray end ';' from preprocessor defines.
2006-02-06 22:05:09 +00:00
Chris Sutcliffe
f6e3104d09
2006-02-06 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
...
* include/shlobj.h (PRF_VERIFYEXISTS, PRF_TRYPROGRAMEXTENSIONS,
PRF_FIRSTDIRDEF, PRF_DONTFINDLNK): Ditto.
* lib/shell32.def (PathResolve): Define.
2006-02-06 20:27:01 +00:00
Christopher Faylor
ede6ae5059
* include/shlobj.h (PathResolve): Fix typo.
2006-02-06 19:59:43 +00:00
Chris Sutcliffe
22ebea31c8
2006-02-06 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
...
* include/shlobj.h (PathResolve): Define.
2006-02-06 16:29:15 +00:00
Danny Smith
dcbaac9b8c
2006-02-04 Ron Lee <ronl@users.sourceforge.net>
...
* include/winnls.h: Remove stray end ';' from preprocessor defines.
2006-02-04 19:35:46 +00:00
Danny Smith
74d3f96faa
* include/winsock2.h (WINSOCK_API_LINKAGE): Define. Add to
...
prototypes.
2006-01-29 00:52:35 +00:00
Danny Smith
0d80558dc4
* include/winnt.h (FORCEINLINE): Define.
2006-01-29 00:33:21 +00:00
Danny Smith
c40776e5a2
* include/winnt.h (DECLSPEC_SELECTANY): Define.
2006-01-26 01:55:39 +00:00
Danny Smith
a62ec6b340
2006-01-25 Filip Navara <xnavara@volny.cz>
...
* include/winnt.h (DECLSPEC_ALIGN): Define.
2006-01-26 01:22:07 +00:00
Danny Smith
3784b87b32
* include/commctrl.h: Correct spelling of 'compatibility' in
...
comments.
* include/setupapi.h: Likewise.
* include/ws2tcpip.h: Likewise.
2006-01-24 02:19:28 +00:00
Danny Smith
e5e6a33128
2006-01-24 Danny Smith <dannysmith@users.sourceforge.net>
...
* include/ddk/winddk.h (KeGetCurrentKPCR): Support -masm=intel.
2006-01-24 Jiri Malak <Jiri.Malak@iol.cz>
WATCOM compatibility changes.
* include/ddk/ntddk.h (DECL_IMPORT): Define using __declspec,
rather than __attribute__.
(DECL_EXPORT): Likewise.
* include/ddk/winddk.h (DDKAPI): Avoid using __attribute__.
(DDKFASTAPI): Likewise.
(DDKCDECLAPI): Likwise.
(KeGetCurrentKPCR): Provide __WATCOMC__ syntax for inline code.
2006-01-24 01:02:31 +00:00
Chris Sutcliffe
7c9feabf98
2006-01-17 Chris Sutcliffe <ir0nh34d@users.sf.net>
...
* include/w32api.h: Increment version to 3.6.
* Makefile.in: Ditto.
2006-01-17 18:56:12 +00:00
Danny Smith
3683edc658
* include/wincrypt.h (WINADVAPI): Add to prototypes of
...
advapi32.dll functions.
2006-01-11 23:19:16 +00:00
Danny Smith
cf8fbc710f
* include/winsock2.h (struct sockaddr_storage): Use RFC 2553
...
names for padding size constants.
2006-01-11 22:56:05 +00:00
Danny Smith
16442a4a8f
* include/aclapi.h (WINADVAPI): Add to prototypes.
...
* include/winreg.h (WINADVAPI): Likewise.
* include/winsvc.h (WINADVAPI): Likewise.
2006-01-11 22:49:06 +00:00
Danny Smith
4b2985b50b
2006-01-05 Michael Gerdau <mgd@technosis.de>
...
* include/winbase.h (WINADVAPI): Define.
2006-01-04 20:59:28 +00:00
Christopher Faylor
a4b5f2b383
* include/winuser.h (CreateWindowStation): Correctly identify first argument as
...
constant.
(CreateWindowStation@): Ditto.
2006-01-04 03:42:18 +00:00
Dimitri Papadopoulos
5d09b46dc3
* include/uxtheme.h [_WIN32_WINNT >= 0x0501]
...
(TMT_*, BT_*): Add constants.
2006-01-03 09:04:07 +00:00
Corinna Vinschen
cf2af34b70
* include/winsock2.h: Don't define struct sockaddr_storage when
...
building Cygwin.
2005-12-31 13:07:22 +00:00
Christopher Faylor
becfe4e93e
* include/winuser.h (WINSTA_ALL_ACCESS): Define.
2005-12-13 01:24:36 +00:00
Danny Smith
14d2d90cff
* include/winbase.h (GetDevicePowerState): Add prototype.
...
* lib/kernel32.def (GetDevicePowerState): Correct suffix.
2005-12-07 20:27:09 +00:00
Danny Smith
8696d63606
2005-12-07 Brian Gunlogson <gmb300@users.sourceforge.net>
...
* include/winuser.h (GetClassLongPtr{AW}): Guard prototypes with _WIN64.
Define as macro if !_WIN64.
(SetClassLongPtr{AW}): Likewise.
(GCLP_*): Add GetClassLongPtr defines.
* lib/user32.def (GetClassLongPtr{AW}): Remove stubs.
(SetClassLongPtr{AW}): Likewise.
2005-12-07 20:17:39 +00:00
Danny Smith
9716aeb7a0
2005=11-18 Brian Gunlogson <gmb300@users.sourceforge.net>
...
* include/winuser.h (GetClassLongPtr{AW}): Add prototypes.
(SetClassLongPtr{AW}): Likewise.
(GCLP_*): Add GetClassLongPtr defines.
* lib/user32.def (GetClassLongPtr{AW}): Add stubs.
(SetClassLongPtr{AW}): Likewise.
2005-11-18 00:30:27 +00:00
Danny Smith
5f27904928
* include/commdlg.h (OPENFILENAMEW): Add members for
...
_WIN32_WINNT >= 0x0500.
(OPENFILENAMEA): Modify whitespace. Ansify comment.
2005-11-12 09:49:00 +00:00
Danny Smith
a9f25ffad8
* include/wingdi.h (GetICMProfile{AW}): Correct prototype.
...
Thanks to: Paul J Lucas
2005-11-12 01:10:12 +00:00
Chris Sutcliffe
ecb476c165
2005-10-29 Chris Sutcliffe <ir0nh34d@users.sf.net>
...
* include/objbase.h: Fix typo.
* include/w32api.h: Increment version to 3.5.
* Makefile.in: Ditto.
2005-10-30 00:07:58 +00:00
Chris Sutcliffe
cc2ac099b5
2005-10-27 Chris Sutcliffe <ir0nh34d@users.sf.net>
...
* include/w32api.h: Increment version to 3.4.
* Makefile.in: Ditto.
2005-10-27 23:28:21 +00:00
Danny Smith
c3a1f48c42
* include/winbase.h (GetProcessId): Remove duplicate declaration.
...
Use _WIN32_WINNT >= 0x0501 guard.
2005-10-12 09:40:29 +00:00
Christopher Faylor
677f3499b3
Add ChangeLog: * include/winbase.h (GetProcessId): Declare.
...
Revert erroneous include/winsock.h checkin.
2005-10-11 18:43:54 +00:00
Christopher Faylor
a5ac89cbbd
* Makefile.common (CFLAGS_COMMON): Add -Wstrict-aliasing.
2005-10-11 18:17:59 +00:00
Chris Sutcliffe
e68bd70ab4
2005-09-23 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
...
* include/commdlg.h (OPENFILENAME): Added WINNT >= 0x0500
component.
Thanks to: Gennady Feldman <gena01 at users dot sourceforge dot net>
2005-09-23 19:59:33 +00:00
Chris Sutcliffe
574c2ba2a3
2005-09-21 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
...
* include/winbase.h (RegisterWaitForSingleObject,
RegisterWaitForSingleObjectEx): Define.
* lib/kernel32.def (RegisterWaitForSingleObjectEx@20): Define.
(RegisterWaitForSingleObject@16): Changed to
RegisterWaitForSingleObject@24.
Thanks to: Brandon Sneed <nivenh at users dot sourceforge dot net>
2005-09-21 19:20:46 +00:00
Danny Smith
64cf26a0e9
* include/winsock2.h (SO_EXCLUSIVEADDRUSE): Define.
...
Thanks to Gisle Vanem <giva at bgnett dot no>
2005-09-19 10:32:51 +00:00
Dimitri Papadopoulos
f4613fcd1d
* include/reason.h [_WIN32_WINNT >= 0x0501]
...
(SHTDN_REASON_*): New file.
* include/objbase.h: Avoid double header guard.
2005-09-08 13:55:46 +00:00
Danny Smith
38c9e858ac
2005-08-17 Martin Fuchs <martin-fuchs@gmx.net>
...
* include/shlobj.h (IContextMenu3): Define.
* include/shlguid.h (IID_IContextMenu3): Declare.
* lib/shell32.c (IID_IContextMenu3): Define.
2005-08-17 Martin Fuchs <martin-fuchs@gmx.net>
* include/shlobj.h (SHFormatDrive): Declaration of function
and associated constants.
2005-08-17 08:29:08 +00:00
Danny Smith
1a2fe82e40
* include/ddk/hidsdi.h: New file.
...
* lib/ddk/hid.def: Uncomment symbols and add stdcall suffix for
functions declared in hidsdi.h.
Thanks to: Alex J Lennon <ajlennon at organixconsulting dot com>
2005-08-12 09:16:18 +00:00
Dimitri Papadopoulos
abec0aaae9
Attempting to add include/objsafe.h again...
2005-08-11 09:04:13 +00:00
Chris Sutcliffe
8cb66eee67
* include/w32api.h: Increment version to 3.3.
...
* Makefile.in: Ditto.
2005-08-11 02:13:36 +00:00
Earnie Boyd
625302ea89
2005-07-28 Earnie Boyd <earnie@users.sf.net>
...
* include/winnt.h (SUBLANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN):
Correct their values.
Thanks to: Daniel K. O. <danielosmari at users dont sf dot net>
2005-07-28 11:09:36 +00:00
Chris Sutcliffe
2626e6d8d3
2005-07-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
...
* include/winuser.h (HSHELL_RUDEAPPACTIVATED): Define.
2005-07-25 13:06:49 +00:00
Danny Smith
018a7ccb03
* include/wingdi.h (TT_PRIM_CSPLINE): Define.
...
Thanks to: Bob Jamison <ishmal at users dot sourceforge dot net>
2005-07-20 11:32:54 +00:00
Danny Smith
006351e561
* include/richedit.h (SETTEXTEX): Define structure and
...
associated constants.
(GT_SELECTION): Define GETTEXTEX flag constant.
2005-07-20 11:21:49 +00:00
Danny Smith
d551c8583e
* include/wingdi.h (SYSPAL_NOSTATIC256): Define.
2005-07-19 08:49:06 +00:00
Danny Smith
a5a54cb74d
* include/wingdi.h (WINGDIAPI): Define to SECLSPEC_DLLIMPORT
...
if __W32API_USE_DLLIMPORT__. Use throughout on prototypes.
2005-07-19 08:27:43 +00:00
Danny Smith
e6d7923625
* include/commctrl.h (RBBS_USECHEVRON): Define.
...
(RBBS_*): Use hex notation, group together.
2005-07-19 07:46:23 +00:00
Danny Smith
ea4ec94347
* include/commctrl.h (TreeView_SetItemState): Initilise
...
_tvi.hItem.
Thanks to Joseph Remes <jremes at users dot sourceforge dot net>
2005-07-18 10:12:49 +00:00
Danny Smith
45a9824b06
2005-07-18 Mattia Barbon <mbarbon@users.sourceforge.net>
...
* include/commctrl.h (NMLVFINDITEM): Add structure.
2005-07-18 09:48:08 +00:00
Danny Smith
cdfd7f6a49
2005-07-18 Michael Gerdau <mgdde@users.sourceforge.net>
...
* include/wininet.h (WININET_API_FLAG_*): Add defines.
2005-07-18 09:04:25 +00:00
Danny Smith
90e7ba4fd5
2005-07-18 Daniel Atallah <datallah@users.sourceforge.net>
...
* include/winnt.h (VER_SET_CONDITION): Define.
2005-07-18 08:52:29 +00:00
Danny Smith
44947f6562
2005-07-18 Michael Gerdau <mgdde@users.sourceforge.net>
...
* include/wincon.h (AttachConsole): Correct _WIN32_WINNT guard.
(ATTACH_PARENT_PROCESS): Define.
(CONSOLE_WINDOWED_MODE): Correct definition to match MSDN
documentation.
2005-07-18 05:43:22 +00:00
Earnie Boyd
9d3e15bef5
2005-07-17 Benoit Blanchon <bblanchon@users.sourceforge.net>
...
* include/winbase.h (QueueUserWorkItem): Add prototype.
2005-07-17 18:58:12 +00:00
Earnie Boyd
46deb14e85
2005-07-13 Benoit Blanchon <bblanchon@users.sourceforge.net>
...
* include/wingdi.h (SHADEBLENDCAPS, SB_NONE, SB_CONST_ALPHA,
SB_PIXEL_ALPHA, SB_PREMULT_ALPHA, SB_GRAD_RECT, SB_GRAD_TRI,
COLORMGMTCAPS, CM_NONE, CM_DEVICE_ICM, CM_GAMMA_RAMP,
CM_CMYK_COLOR): Define.
2005-07-13 23:16:19 +00:00
Danny Smith
8c83fb05f1
* include/winldap.h (ldap_simple_bindW, ldap_simple_bind_sW,
...
ldap_bindW, ldap_bind_sW): Change PCHAR arg to PWCHAR.
Thanks to: Christian <chhd at users dot sf dot net>
2005-06-19 07:25:11 +00:00
Danny Smith
ec3b6d6f26
* include/winbase.h (GETTEXTEX): Correct name of lpUsedDefChar field.
...
Thanks to: Saulius Menkevicius <bobas at users dot sf dot net>
2005-06-18 07:51:33 +00:00
Danny Smith
00110273cc
* include/winbase.h (GolbalDiscard): Define as macro.
...
Thanks to: David Golub <david_golub at users dot sf dot net>
2005-06-18 07:36:02 +00:00
Corinna Vinschen
b4d72bae47
* include/winnetwk.h (WNetGetResourceParentA): Add missing declaration.
...
(WNetGetResourceParentW): Ditto.
* include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Define.
2005-05-13 20:28:00 +00:00
Danny Smith
4db7d42977
* include/wininet.h (FtpGetFileSize): Add prototype.
...
(FtpCommand[AW]): Correct prototypes.
Reported by <siger at users dot sf dot net>
2005-04-26 08:18:27 +00:00
Danny Smith
4e069720c1
* include/vfw.h (capCreateCaptureWindow[AW]): Add prototypes.
...
(capGetDriverDescription[AW]): Likewise.
ChangeLog: Typo fixes.
2005-04-25 07:08:22 +00:00
Corinna Vinschen
24e2f8b482
* include/winnt.h (SE_UNDOCK_NAME TEXT): Define.
...
(SE_MANAGE_VOLUME_NAME TEXT): Ditto.
(SE_IMPERSONATE_NAME TEXT): Ditto.
(SE_ENABLE_DELEGATION_NAME TEXT): Ditto.
(SE_SYNC_AGENT_NAME TEXT): Ditto.
2005-04-03 17:47:37 +00:00
Christopher Faylor
38a1953cfc
* winclude/winnt.h (SYSTEM_LUID): Fix definitition invalidated by below change.
2005-03-16 21:50:14 +00:00
Danny Smith
3ce11ca8d0
* include/winnt.h (_LUID): Add structure. Correct LUID typedef.
...
Thanks to:
Paul-Christiaan Spruijtenburg <wakarimasu at users dot sf dot net>
2005-03-16 00:46:17 +00:00
Danny Smith
d34d3da637
* include/ws2tcpip.h (getaddrinfo, freeaddrinfo, getnameinfo):
...
Guard with _WIN32_WINNT >= 0x0501. Add FIXME comment.
* gai_strerror[AW]: Put into #if 0 block.
2005-03-07 08:32:24 +00:00
Danny Smith
4f7e895a3a
* include/basetyps.h (__int16): Correct define.
2005-03-07 04:58:30 +00:00
Danny Smith
681e60c31c
2005-02-07 Danny Smith <dannysmith@users.sourceforge.net>
...
* include/winioctl.h (IOCTL_VOLUME_BASE,
IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS, IOCTL_VOLUME_IS_CLUSTERED):
Copy defines from include/ddk/ntdddvol.h.
Bug reported to Debian by Anand Kumria <wildfire at progsoc dot org>
2005-02-07 20:40:32 +00:00
Danny Smith
8cc85fff15
2005-01-27 Oliver Stoeneberg <oliverst@online.de>
...
* include/winbase.h (PWIN32_FIND_DATA): Add typedef.
2005-01-27 21:04:18 +00:00
Danny Smith
b7a51e1b2a
* include/winuser.h (SW_SMOOTHSCROLL): Add define.
2005-01-26 06:25:59 +00:00
Chris Sutcliffe
ea27b6f219
2005-01-21 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
...
* include/commdlg.h (OFN_DONTADDTORECENT): Added definition.
2005-01-21 13:39:35 +00:00
Danny Smith
6c03322566
2005-01-13 Benoit Blanchon <bblanchon@users.sourceforge.net>
...
* include/wininet.h (InternetCheckConnectionA,
InternetCheckConnectionW) Add prototypes.
(INTERNET_RAS_INSTALLED, INTERNET_CONNECTION_OFFLINE,
INTERNET_CONNECTION_CONFIGURED): Add defines.
2005-01-13 09:14:42 +00:00
Chris Sutcliffe
2201bc5378
2005-01-07 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
...
* include/commctrl.h (ComboBox_SetMinVisible,
ComboBox_GetMinVisible): Added Macros.
* include/winuser.h (CB_SETMINVISIBLE, CB_GETMINVISIBLE):
Added definitions.
2005-01-10 11:59:25 +00:00
Danny Smith
9e5e1983f8
2005-01-02 Jiri Malak <Jiri.Malak@geac.cz>
...
* include/winnt.h (GetCurrentFiber, GetFiberData): Make inline
assembly code conditional on _X86_.
2005-01-02 21:46:06 +00:00
Earnie Boyd
94d17419a6
* include/afxres.h: Remove the \r from the line ending.
...
* include/errorrep.h: Ditto.
* include/shldisp.h: Ditto.
* include/tschema.h: Ditto.
* lib/dhcpcsvc.def: Ditto.
* lib/uxtheme.def: Ditto.
* lib/wldap32.def: Ditto.
2005-01-02 14:11:28 +00:00
Earnie Boyd
615c8c8884
* include/w32api.h: Increment version.
...
* Makefile.in: Ditto.
2005-01-02 13:48:13 +00:00
Danny Smith
f8316b46dd
* include/winerror.h (ERROR_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY):
...
Correct typo.
2005-01-01 08:57:31 +00:00
Chris Sutcliffe
3a39329a25
2004-12-29 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
...
*include/winuser.h (MNS_*, WM_MENUCOMMAND,
WM_MENUGETOBJECT, WM_MENUDRAG, WM_NCMOUSEHOVER,
WM_NCMOUSELEAVE, WM_UNINITMENUPOPUP,
SPI_GETFOREGROUNDLOCKTIMEOUT,
SPI_SETFOREGROUNDLOCKTIMEOUT): Added definitions.
*include/imm.h (WM_IME_REQUEST): Added definition.
*include/shlobj.h (SLGP_RAWPATH,
SLGP_UNCPRIORITY): Added definition.
2004-12-29 12:15:19 +00:00
Chris Sutcliffe
5f0fd59974
Added HSHELL_FLASH definition
2004-12-29 00:31:31 +00:00
Danny Smith
4697fbcd51
2004-12-24 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
...
* include/shldisp.h: New file.
* include/shlobj.h (IObjMgr): Added interface definiton.
* lib/shell32.c (CLSID_AutoComplete, IID_AutoComplete,
IID_AutoComplete2, CLSID_ACLMulti, IID_IObjMgr,
CLSID_ACListISF, IID_IACList): Added GUIDs.
* include/shlguid.h (CLSID_AutoComplete, IID_AutoComplete,
IID_AutoComplete2, CLSID_ACLMulti, IID_IObjMgr,
CLSID_ACListISF, IID_IACList): Added GUIDs.
2004-12-24 11:14:35 +00:00
Danny Smith
3993374d4e
* include/commctrl.h (CDRF_NOTIFYSUBITEMDRAW): Add define.
...
Thanks to: Chris Sutcliffe <ironhead@walled.net>
(CDRF_*): Use hex notation for constants.
2004-12-23 08:13:51 +00:00
Danny Smith
8bbdc64198
* include/sqlext.h (SQL_INTERVAL_*): Correct macros.
...
Reported by Eric Sharkey <sharkey at netrics dot com>
2004-12-09 02:33:20 +00:00
Danny Smith
91ce86e773
* include/winnt.h (TOKEN_INFORMATION_CLASS): Add
...
TokenGroupsAndPrivileges, TokenSessionReference,
TokenSandBoxInert, TokenAuditPolicy, TokenOrigin.
Reformat.
(SID_NAME_USE): Add SidTypeComputer. Reformat.
Thanks to Gabriel Linder <mingwlinder@users.sourceforge.net>
2004-12-07 07:15:26 +00:00
Danny Smith
7e33b8b32f
2004-11-21 Benoit Blanchon <bblanchon@users.sourceforge.net>
...
* include/wingdi.h (AC_SRC_ALPHA, AC_SRC_NO_ALPHA,
AC_DST_NO_ALPHA, ...): Add defines.
* include/winuser.h (ULW_COLORKEY,ULW_ALPHA,
ULW_OPAQUE): Add defines.
Change email address in ChangleLog to sourceforge alias
2004-11-21 23:55:55 +00:00
Danny Smith
d11206f65b
* include/winnt.h (VerSetConditionMask): Correct typo in _WIN32_WINNT
...
guard.
* lib/kernel32.def (VerSetConditionMask): Correct stdcall
suffix.
* lib/ddk/ntoskrnl.def (VerSetConditionMask): Likewise.
2004-11-21 19:45:25 +00:00
Danny Smith
225699ae46
* include/winbase.h (PPROCESS_INFORMATION): Add typedef.
...
(CreateProcessWithLogonW): Declare.
(LOGON_WITH_PROFILE, LOGON_NETCREDENTIALS_ONLY): Add defines.
Thanks to: "jkmaki" <jkmaki@users.sourceforge.net>
Correct some ChangeLog typos.
2004-11-20 00:03:08 +00:00
Danny Smith
78f717651f
* include/sspi.h (SecPkgContext_Sizes): Fix typo.
...
Thanks to: David Leonard <leonard@users,sourceforge.net>
2004-11-19 10:15:00 +00:00
Danny Smith
7fd30f5b15
* include/sspi.h (SecPkgCredentials_Names[AW]): Correct name.
...
Thanks to: David Leonard <leonard@users,sourceforge.net>
2004-11-19 10:08:25 +00:00
Danny Smith
8f287205e8
2004-11-19 Magnus Olsen <greatlord@sourceforge.users.net>
...
* include/winuser.h (MSLLHOOKSTRUCT): Add structure.
2004-11-19 09:42:46 +00:00
Danny Smith
1e7e1a9fd7
2004-11-19 Magnus Olsen <greatlord@sourceforge.users.net>
...
* include/winuser.h (LLKHF_EXTENDED, LLKHF_INJECTED, LLKHF_UP):
Add defines.
(LLKHF_ALTDOWN): Define based on KF_ALTDOWN,
2004-11-19 09:35:09 +00:00
Danny Smith
b359f9adfe
2004-11-19 Benoit Blanchon <benoit.blanchon@free.fr>
...
* include/shellapi.h (NIF_GUID): Add define.
Correct my 2004-11-04 Changelog entry
2004-11-19 08:30:26 +00:00
Earnie Boyd
3ff5506593
* include/w32api.h (Windows95, etc. and IE3, etc.): Add definitions.
2004-11-18 15:04:10 +00:00
Earnie Boyd
24984fcb45
2004-11-18 Earnie Boyd <earnie@users.sf.net>
...
* include/wincon.h (AttachConsole): Correct the _WIN32_WINNT filter.
Changed it twice due to inconsistent MSDN documentation.
2004-11-18 13:57:06 +00:00
Earnie Boyd
43b9a723cc
2004-11-18 Earnie Boyd <earnie@users.sf.net>
...
* include/wincon.h (AttachConsole): Correct the _WIN32_WINNT filter.
2004-11-18 13:53:20 +00:00
Danny Smith
95e3512d53
* include/shlobj.h (SHGFP_TYPE): Add enum.
2004-11-13 10:36:08 +00:00
Danny Smith
6f68e4938c
2004-11-12 Lo�c Guilloux (glx@users.sourceforge.net>
...
* include/winuser.h (WM_THEMECHANGED): Add define.
2004-11-13 03:42:40 +00:00
Danny Smith
d7dbb7f8d8
* include/ddk/winddk.h (ExAllocateFromPagedLookasideList,
...
ExFreeToPagedLookasideList): Guard inline versions with
(__USE_NTOSKRNL__) && (_WIN32_WINNT >= 0x0501). Declare as
external functions for earlier _WIN32_WINNT.
2004-11-12 08:26:44 +00:00
Danny Smith
eaec5f301f
* include/ras.h (RASCONN[AW]): Remove dwSessionId field.
...
Fix typos in last ChangeLog entry
2004-11-10 20:05:01 +00:00
Danny Smith
9507f00e68
* include/winnls.h (WINBASEAPI): Define as DECLSPEC_IMPORT.
...
if undefined. and __W32API_USE_DLLIMPORT__.
Add WINBASEAPI token to prototypes, throughout.
2004-11-09 09:06:03 +00:00
Danny Smith
65fb2e4311
* include/winnt.h (GetCurrentFiber): Support -masm=intel.
...
(GetFiberData): Likewise.
(NtCurrentTeb): Likewise.
2004-11-08 10:08:13 +00:00
Danny Smith
c3ea0cd332
* include/wingdi.h (NIF_INFO): Add define.
...
(NIIF_*) Add defines..
Thanks to: Benoit Blanchon <benoit.blanchon@free.fr>
(NIF_*): Convert constants to hex.
2004-11-04 07:09:52 +00:00
Danny Smith
9dee1466e8
* include/wingdi.h (GetFontUnicodeRanges,GetGlyphIndicesA,
...
GetGlyphIndicesW): Declare.
(GGI_MARK_NONEXISTING_GLYPHS): Define
* lib/gdi32.def (GetFontUnicodeRanges,GetGlyphIndicesA,
GetGlyphIndicesW): Add stubs.
2004-11-02 09:07:33 +00:00
Danny Smith
244cbd6bda
2004-10-24 Dan Aloni <da-x@colinux.org>
...
* include/ddk/ntapi.h (NtQueryFullAttributesFile,
ZwQueryFullAttributesFile): Declare.
* include/ddk/ntapi.h (RtlDosPathNameToNtPathName_U):
Declare.
lib/ntoskrnl.def (ZwQueryDirectoryFile, ZwQueryFullAttributesFile.
ZwQueryVolumeInformationFile): Add stubs.
2004-10-24 09:03:30 +00:00
Danny Smith
b64293e62a
= include/wsahelp.h (WINSOCK_MAPPING, WSHGetWinsockMapping,
...
PWSH_GET_WINSOCK_MAPPING): Don't define if __OBJC__.
2004-10-18 04:31:16 +00:00
Danny Smith
12a638f990
2004-10-15 Robert Wruck <wruck@tweerlei.de>
...
Danny Smith <dannysmith@users.sourceforge.net>
= include/winbase.h (InitializeSListHead, Interlocked*):
Guard with !__USE_NTOSKRNL__.
* include/ddk/ntddk.h (__USE_NTOSKRNL__): Define.
* include/ddk/winddk.h (InitializeSListHead, Interlocked*):
Guard with __USE_NTOSKRNL__.
(ExInterlockedPopEntrySList, ExInterlockedPushEntrySList):
Add prototypes. Guard macro definition with __USE_NTOSKRNL__
&& _WIN32_WINNT >= 0x0501
(ExAllocateFromNPagedLookasideList, ExAllocateFromPagedLookasideList,
ExFreeToNPagedLookasideList, ExFreeToPagedLookasideList):
Replace calts to InterlockedPopEntrySList, InterlockedPushEntrySList
with ExInterlockedPopEntrySList, ExInterlockedPushEntrySList.
* lib/ddk/ntosknl.def (ExInterlockedPopEntrySList,
ExInterlockedPushEntrySList) Add stubs with fastcall decoration.
(ExDesktopObjectType, ExEventObjectType, ExSemaphoreObjectType,
ExWindowStationObjectType, IoAdapterObjectType,
IoDeviceHandlerObjectSize, IoDeviceHandlerObjectType,
IoDeviceObjectType, IoDriverObjectType, IoFileObjectType,
LpcPortObjectType, MmSectionObjectType, SeTokenObjectType):
Uncomment stubs.
2004-10-15 01:18:11 +00:00
Danny Smith
77cbeb0039
2004-10-11 Robert Wruck <wruck@tweerlei.de>
...
* include/ddk/winddk.h (IoReleaseRemoveLockAndWait): Fix
definition
(IoReleaseRemoveLock): Add definition.
2004-10-11 07:20:26 +00:00
Danny Smith
7d032a010a
* include/ddk/winnt4.h (Exi386InterlockedDecrementLong,
...
Exi386InterlockedExchangeUlong, Exi386InterlockedIncrementLong);
Add prototypes.
* include/winddk.h (ExInterlockedAddUlong,
ExInterlockedInsertHeadList, ExInterlockedInsertTailList,
ExInterlockedRemoveHeadList, ExInterlockedPopEntryList,
ExInterlockedPushEntryList): Change calling convention to
DDKAPI.
(ExfInterlockedAddUlong,ExInterlockedInsertHeadList,
ExInterlockedInsertTailList, ExInterlockedRemoveHeadList,
ExInterlockedPopEntryList, ExInterlockedPushEntryList):
Add prototypes for DDKFASTAPI versions.
Thanks to Vadim Yegor0v <zg at bmg dot lv> for report.
* lib/ntoskrnl.def (ExInterlockedAddUlong,
ExInterlockedInsertHeadList, ExInterlockedInsertTailList,
ExInterlockedRemoveHeadList, ExInterlockedPopEntryList,
ExInterlockedPushEntryList): Remove lead '@' from stubs.
(ExfInterlockedAddUlong,ExfInterlockedInsertHeadList,
ExfInterlockedInsertTailList, ExfInterlockedRemoveHeadList,
ExfInterlockedPopEntryList, ExfInterlockedPushEntryList):
Add fastcall stubs.
(Exi386InterlockedDecrementLong, Exi386InterlockedExchangeUlong,
Exi386InterlockedIncrementLong); Add stdcall stubs.
2004-10-10 07:14:04 +00:00
Danny Smith
f49a3937c8
* include/winbase.h (WINBASEAPI): Define as DECLSPEC_IMPORT only
...
if __W32API_USE_DLLIMPORT__ is defined.
* include/winuser.h (WINUSERAPI): Likewise.
2004-09-30 09:08:17 +00:00
Danny Smith
85153fb164
2004-09-29 Filip Navara <xnavara@volny.cz>
...
* include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, mcd.h, miniport.h,
mountdev.h, mountmgr.h, ndis.h, ndistapi.h, ndiswan.h, netpnp.h,
newdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h, ntddcdvd.h,
ntddchgr.h, ntdddisk.h, ntddkbd.h, ntddmou.h, ntddpar.h, ntddpcm.h,
ntddscsi.h, ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h,
ntddvdeo.h, ntddvol.h, ntpoapi.h, parallel.h, pfhook.h, poclass.h,
scsi.h, scsiscan.h, smbus.h, srb.h, storport.h, tdiinfo.h,
tdikrnl.h, tvout.h, upssvc.h, usb.h, usb100.h, usbdi.h, usbioctl.h,
usbiodef.h, usbscan.h, usbuser.h, videoagp.h, winddi.h, winddk.h,
winnt4.h, ws2san.h): Fixed packing.
* include/ddk/atm.h (ATM_TRAFFIC_DESCRIPTOR_IE): Fixed declaration.
* include/ddk/hidclass.h (HID_INTERFACE_HIDPARSE,
HID_INTERFACE_NOTIFY_PNP): Likewise.
* include/ddk/ndis.h (NDIS_DMA_BLOCK, CO_FLOW_PARAMETERS): Likewise.
(NdisQueryPacketLength): Added macro. Thanks to Art Yerkes
<ayerkes@speakeasy.net>.
* include/ddk/usb100.h (USB_CONFIGURATION_DESCRIPTOR): Fixed
declaration.
* include/ddk/winddi.h (PATHDATA, GLYPHPOS): Likewise.
* include/ddk/winddk.h (PDRIVER_CONTROL, PDRIVER_LIST_CONTROL,
PDRIVER_ADD_DEVICE, PIO_COMPLETION_ROUTINE, PDRIVER_CANCEL,
PKDEFERRED_ROUTINE, PDRIVER_DISPATCH, PIO_DPC_ROUTINE,
PMM_DLL_INITIALIZE, PMM_DLL_UNLOAD, PDRIVER_ENTRY,
PDRIVER_INITIALIZE, PKSERVICE_ROUTINE, PIO_TIMER_ROUTINE,
PDRIVER_REINITIALIZE, PDRIVER_STARTIO, PKSYNCHRONIZE_ROUTINE,
PDRIVER_UNLOAD, DRIVER_OBJECT): Fixed callback declarations.
(struct FILE_BASIC_INFORMATION): Renamed to _FILE_BASIC_INFORMATION.
(SYNCH_LEVEL): Added definition.
(KPCR, KPCR_TIB): Fixed declaration.
(Interlocked[Push/Pop]EntrySList): Declare only if winbase.h isn't
included and _WIN32_WINNT >= 0x0501.
(RtlEqualLuid): Fixed macro definition.
(KfLowerIrql, KfRaiseIrql): Declare and use instead of KeLowerIrql and
KeRaiseIrql on i386 architectures.
2004-09-28 08:46:54 +00:00
Danny Smith
b2e7654908
2004-09-06 Hosaka Yuji <hos@tamanegi.org>
...
* include/mshtml.h (IHTMLDocument2): Correct get_selection
declaration.
(IHTMLSelectionObject): Correct get_type declaration.
(IHTMLFramesCollection2, IHTMLWindow2, IHTMLFrameBase,
IHTMLFrameBase2, IHTMLFrameBase3, IHTMLBodyElement,
IHTMLBodyElement2): Add interfaces.
(LPHTMLIMAGEELEMENTFACTORY, LPHTMLEVENTOBJ, LPHTMLSCREEN,
LPHTMLOPTIONELEMENTFACTORY, LPOMHISTORY, LPOMNAVIGATOR): Add
typedefs.
* lib/mshtml-uuid.c (IID_IHTMLFrameBase2, IID_IHTMLFrameBase3):
Add IIDs.
2004-09-06 09:09:33 +00:00
Earnie Boyd
b73441fc30
* include/w32api.h: Increment version to 3.1.
...
* Makefile.in: Ditto.
2004-09-05 15:27:56 +00:00
Danny Smith
4f52488e06
2004-09-05 Hosaka Yuji <hos@tamanegi.org>
...
* include/winuser.h (MonitorFromPoint, MonitorFromRect,
MonitorFromWindow): Add prototypes.
* lib/user32.def (MonitorFromPoint, MonitorFromRect,
MonitorFromWindowMonitorFromWindow): Add stubs.
* include/shellapi.h (DuplicateIcon): Add prototype.
2004-09-05 10:35:34 +00:00
Danny Smith
99f91ded6c
* include/winuser.h (WINUSERAPI): New define.
...
Use it to mark user32.dll imports, throughout.
2004-09-05 10:14:26 +00:00
Danny Smith
b8a6a751f4
2004-08-25 Lars Rune N�stdal <daysleper@users.sourceforge.net>
...
* include/wincon.h (CONSOLE_FULLSCREEN_MODE, CONSOLE_WINDOWED_MODE):
Add defines.
(PCOORD): Add typedef.
(GetConsoleDisplayMode, SetConsoleDisplayMode): Add prototypes.
2004-08-25 08:43:25 +00:00
Danny Smith
6f564c4f6e
* include/winldap.h: Don't check value of UNICODE.
...
Thanks to: "Jean-Do" <spab@users.sourceforge.net>
2004-08-25 07:55:59 +00:00
Danny Smith
72fdc157bf
* include/winbase.h (WINBASEAPI): Guard with __INSIDE_CYGWIN__.
2004-08-24 23:20:42 +00:00
Danny Smith
4cb4a4710a
2004-08-24 Sam Robb <samrobb@users.sourceforge.net>
...
* include/winbase.h (GetFileSizeEx): Add _WIN32_WINNT >= 0x0500
guard.
2004-08-23 22:01:57 +00:00
Danny Smith
ace32bda79
* include/winbase.h: Add WINBASEAPI token to prototypes, throughout.
2004-08-23 21:56:11 +00:00
Danny Smith
18cff5fa2b
2004-08-15 Ken Fitlike <kenfitlike@users.sourceforge.net>
...
* include/commctrl.h (WC_TREEVIEWA): Remove parenthenses.
2004-08-15 08:51:20 +00:00
Danny Smith
d1a40176a4
2004-08-10 Sebastian Nowak <snowak1@users.sourceforge.net>
...
* include/ws2spi.h (LPWSPSELECT): Correct typedef.
2004-08-11 08:10:22 +00:00
Danny Smith
c31c2194f3
* include/wincrypt.h: Correct _WIN32_WINNT typo.
2004-08-11 07:51:56 +00:00
Danny Smith
dbe6474a4a
2004-08-10 Ed Schaller <schallee@darkmist.net>
...
* include/wincrypt.h (MS_ENH_RSA_AES_PROV_A, MS_ENH_RSA_AES_PROV_W)
(ALG_SID_AES_128, ALG_SID_AES_192, ALG_SID_AES_256, ALG_SID_AES 17)
(CALG_AES_128, CALG_AES_192, CALG_AES_256, CALG_AES,PROV_RSA_AES):
Add defines.
(CALG_SHA1): Add define.
(HP_HMAC_INFO): Add define.
(HMAC_INFO): Add struct.
(BLOBHEADER): Add typedef.
2004-08-11 07:42:57 +00:00
Danny Smith
69e26fe33c
2004-07-26 Hartmut Honisch <hhonisch@users.sourceforge.net>
...
* include/commctrl.h (TreeView_SetItemState): Define macro.
2004-07-25 21:23:27 +00:00
Danny Smith
b92b36bd8a
* include/wingdi.h (CMYK): Its fun to play with the C-M-Y-K.
...
(young man, young man,...)
2004-07-24 12:47:44 +00:00
Danny Smith
61e6420f32
2004-07-24 Brodie Thiesfield <brofield@users.sourceforge.net>
...
* include/shlobj.h (FILEDESCRIPTOR): Unicode it.
(FILEGROUPDESCRIPTOR): LIkewise.
2004-07-24 09:00:52 +00:00
Corinna Vinschen
95db28a454
* winbase.h (IsWow64Process): Add missing WINAPI qualifier.
2004-07-06 15:33:46 +00:00
Danny Smith
3adfd50973
2004-06-16 Danny Smith <dannysmith@users.sourceforge.net>
...
* include/winnt.h (IMAGE_ORDINAL_FLAG): Map to ...
(IMAGE_ORDINAL_FLAG{32,64}: New defines.
(IMAGE_SNAP_BY_ORDINAL): Map to ...
(IMAGE_SNAP_BY_ORDINAL{32,64}: New defines.
(IMAGE_ORDINAL): Map to ...
(IMAGE_ORDINAL{32,64}: New defines.
(IMAGE_THUNK_DATA): Map to ...
(IMAGE_THUNK_DATA{32,64}: New structures.
(IMAGE_THUNK_DATA): Map to ...
(IMAGE_THUNK_DATA{32,64}: New structures.
(IMAGE_IMPORT_DESCRIPTOR): Map to ...
(IMAGE_IMPORT_DESCRIPTOR{32,64}: New structures.
(IMAGE_IMAGE_TLS_DIRECTORY) Map to ...
(IMAGE_IMAGE_TLS_DIRECTORY{32,64}: New structures.
2004-06-16 Bang Jun-Young <junyoung@NetBSD.org>
* w32api/include/winnt.h (WAITORTIMERCALLBACKFUNC): Protect with
_WIN32_WINNT >= 0x0500.
2004-06-16 08:27:04 +00:00
Luke Dunstan
6a02213b52
2004-06-05 Luke Dunstan <infidel@users.sourceforge.net>
...
* include/winbase.h (GetWriteWatch): Correct prototype.
(WRITE_WATCH_FLAG_RESET): Define.
Thanks to Sergey Philippov <phis@users.sourceforge.net>.
2004-06-05 13:39:35 +00:00
Luke Dunstan
99745be758
2004-06-02 Rocher Laurent <lrocher@users.sourceforge.net>
...
* include/commctrl.h (Animate_OpenEx): Define.
(DateTime_GetSystemTime, DateTime_SetSystemTime): Correct names.
(ListView_GetNumberOfWorkAreas): Correct macro.
(ListView_SetUnicodeFormat, ListView_GetUnicodeFormat,
ListView_SetItemCountEx, ListView_GetISearchString,
TreeView_GetLastVisible, Header_CreateDragImage,
Header_SetImageList, Header_GetImageList): Define.
(LVM_SETUNICODEFORMAT, LVM_GETUNICODEFORMAT,
MCM_GETUNICODEFORMAT, MCM_SETUNICODEFORMAT,
TBSTATE_ELLIPSES): Define.
(MonthCal_SetRange): Correct macro.
(ImageList_Duplicate): Declare.
2004-06-05 13:01:07 +00:00
Luke Dunstan
b188d0f595
2004-05-29 Filip Navara <xnavara@volny.cz>
...
* include/winnt.h (IMAGE_EXPORT_DIRECTORY): Fixed declaration.
2004-05-31 14:10:20 +00:00
Luke Dunstan
814a8765fb
2004-05-25 Al Slater <al.slater@scluk.com>
...
* include/httpext.h (HSE_SEND_HEADER_EX_INFO,
HSE_REQ_SEND_RESPONSE_HEADER_EX): Define.
2004-05-31 13:57:30 +00:00
Danny Smith
99189153b3
2004-05-15 Filip Navara <xnavara@volny.cz>
...
* include/ddk/kbdmou.h: New file.
* lib/ddk/videoprt.def (VideoPortMapBankedMemory,
VideoPortMapDmaMemory, VideoPortMapMemory): Correct suffix.
* lib/ddk/ntoskrnl.def (_snprintf, _snwprintf, _vsnprintf,
_vsnwprintf, sprintf, swprintf): Export.
2004-05-15 10:08:06 +00:00
Danny Smith
34f35cf5e0
2004-05-15 Filip Navara <xnavara@volny.cz>
...
* include/ddk/ntddk.h: Don't set 4-byte alignment on included
headers.
2004-05-15 09:47:02 +00:00
Danny Smith
718123fada
* include/wingdi.h: Correct non-unicode typedefs of
...
ENUMLOGFONTEXDV, PENUMLOGFONTEXDV, LPENUMLOGFONTEXDV.
2004-05-06 21:04:26 +00:00
Danny Smith
bbf3df482a
2004-05-07 Pascal Obry <obry@act-europe.fr>
...
* include/winsock.h (IN_CLASSA): Fix macro.
* include/winsock2.h (IN_CLASSA): Fix macro.
2004-05-06 20:54:50 +00:00
Luke Dunstan
2d465f741f
2004-04-24 Luke Dunstan <infidel@users.sourceforge.net>
...
* include/winbase.h (EXECUTION_STATE): Add typedef.
(SetThreadExecutionState): Declare.
* include/wingdi.h (_WINGDI_): Define.
* include/objbase.h (_OBJBASE_H_): Define.
2004-05-01 01:52:58 +00:00
Luke Dunstan
ed8dd3c858
2004-04-29 Bart Oldeman <bartoldeman@users.sourceforge.net>
...
* include/objbase.h (STGOPTIONS): Correct pwcsTemplateFile type.
* include/aclui.h: Remove '\r', throughout.
* include/msacm.h: Likewise.
* lib/aclui.def: Likewise.
2004-04-30 17:06:21 +00:00
Luke Dunstan
4163fce83f
2004-04-28 Luke Dunstan <infidel@users.sourceforge.net>
...
* lib/comctl32.def (SetWindowSubclass): Add stub.
Thanks to Eugene <egladysh@users.sourceforge.net>.
2004-04-24 Luke Dunstan <infidel@users.sourceforge.net>
* include/winbase.h (EXECUTION_STATE): Add typedef.
(SetThreadExecutionState): Declare.
* include/wingdi.h (_WINGDI_): Define.
* include/objbase.h (_OBJBASE_H_): Define.
2004-04-28 14:18:13 +00:00
Luke Dunstan
7ed02aabd1
2004-04-24 Luke Dunstan <infidel@users.sourceforge.net>
...
* include/winuser.h (SM_IMMENABLED, SM_CXFOCUSBORDER,
SM_CYFOCUSBORDER, SM_TABLETPC, SM_MEDIACENTER): Add defines.
(SM_CMETRICS): Adjust value.
* include/winnt.h (PROCESSOR_ARCHITECTURE_MSIL): Correct define.
(PROCESSOR_ARCHITECTURE_AMD64, PROCESSOR_ARCHITECTURE_IA32_ON_WIN64):
Add defines.
Thanks to Benoit Blanchon <benoit.blanchon@free.fr>
2004-04-23 18:24:03 +00:00
Luke Dunstan
a0e6bb2a39
2004-04-24 Justin Forest <vhex@users.sourceforge.net>
...
* include/winsock2.h (LUP_DEEP, LUP_CONTAINERS,
LUP_NOCONTAINERS, LUP_NEAREST, LUP_RETURN_NAME,
LUP_RETURN_TYPE, LUP_RETURN_VERSION, LUP_RETURN_COMMENT,
LUP_RETURN_ADDR, LUP_RETURN_BLOB, LUP_RETURN_ALIASES,
LUP_RETURN_QUERY_STRING, LUP_RETURN_ALL, LUP_RES_SERVICE,
LUP_FLUSHCACHE, LUP_FLUSHPREVIOUS): Add defines.
2004-04-23 18:01:08 +00:00
Luke Dunstan
e1f9606d7b
2004-04-24 Luke Dunstan <infidel@users.sourceforge.net>
...
* include/windns.h (DNSREC_QUESTION, DNSREC_ANSWER, DNSREC_AUTHORITY,
DNSREC_ADDITIONAL): Add defines.
2004-04-23 17:31:32 +00:00
Luke Dunstan
f59f3bc1c0
2004-04-23 Robert Wruck <wruck@tweerlei.de>
...
* include/commctrl.h (LPNMLVDISPINFO): Add defines.
2004-04-23 17:17:14 +00:00
Luke Dunstan
3704b2de4d
2004-04-23 Robert Wruck <wruck@tweerlei.de>
...
* include/aclui.h: New file.
* lib/aclui.def: New file.
* lib/test.c: Add aclui.h to includes.
2004-04-23 16:03:43 +00:00
Danny Smith
c55888059d
* include/winuser.h (SPI_GETACTIVEWINDOWTRACKING,
...
SPI_GETACTIVEWNDTRKZORDER, SPI_SETACTIVEWINDOWTRACKING,
SPI_SETACTIVEWNDTRKZORDER): Remove duplicate defines.
2004-04-21 07:14:57 +00:00
Christopher Faylor
4cc12c5630
* include/wingdi.h: Protect non-unicode case of below.
2004-04-20 15:17:36 +00:00
Christopher Faylor
43fb8fbb0a
* include/wingdi.h: Protect use of ENUMLOGFONTEXDV, PENUMLOGFONTEXDV,
...
LPENUMLOGFONTEXDV with appropriate version check.
2004-04-20 15:10:26 +00:00
Luke Dunstan
b6fc88d639
2004-04-20 Adrian Sandor <aditsu@users.sourceforge.net>
...
* include/msacm.h: New file.
2004-04-20 09:48:52 +00:00
Luke Dunstan
a05a34ef1e
2004-01-09 Stuart Cunningham <stuart_hc@users.sourceforge.net>
...
* include/objbase.h (STGFMT): Declare enum.
(STGOPTIONS): Declare structure.
(StgCreateStorageEx, StgOpenStorageEx): Declare.
(STGOPTIONS_VERSION): Define.
* lib/ole32.def (StgCreateStorageEx, StgOpenStorageEx): Add stubs.
2004-04-18 07:29:39 +00:00
Luke Dunstan
08ed58a023
Merge numerous changes from ReactOS. Submitted by Filip Navara.
2004-04-18 07:07:57 +00:00
Luke Dunstan
4d60e6d231
2004-04-18 Allan Bazinet <bazineta@users.sourceforge.net>
...
* include/winuser.h (MONITORINFOEX[AW]): Change to be derived from
MONITORINFO when compiling as C++.
2004-04-18 04:32:13 +00:00
Luke Dunstan
de6871ee10
2004-04-17 Luke Dunstan <infidel@users.sourceforge.net>
...
* README.w32api: List separate copyright conditions for some headers.
* include/(winsock2.h, wsipx.h): Minor change to copyright header.
2004-04-17 13:44:05 +00:00
Luke Dunstan
7af28dc49a
2004-04-15 Danny Smith <dannysmith@users.sourceforge.net>
...
* include/wingdi.h (RGB): Correct macro.
2004-04-15 11:51:00 +00:00
Danny Smith
ba1a97a18b
2004-04-14 Robert Wruck <rwruck@users.sourceforge.net>
...
* include/ddk/winddk.h (RtlEqualLuid): Correct macro.
2004-04-14 10:53:17 +00:00
Luke Dunstan
7a1d1d90cd
2004-04-06 Luke Dunstan <infidel@users.sourceforge.net>
...
* include/ocidl.h (QACONTAINERFLAGS): Correct typedef.
2004-04-05 16:25:07 +00:00
Luke Dunstan
f241377ee1
2004-03-27 Hosaka Yuji <hos@tamanegi.org>
...
* include/dbt.h (DBT_DEVTYP_DEVICEINTERFACE, DBT_DEVTYP_HANDLE):
Add define.
(DEV_BROADCAST_DEVICEINTERFACE, DEV_BROADCAST_HANDLE): Add struct.
* include/winuser.h (UnregisterDeviceNotification): Add prototype.
* lib/user32.def (UnregisterDeviceNotification): Add export stub.
2004-03-28 11:22:10 +00:00
Luke Dunstan
fec932591d
2004-03-27 Filip Navara <xnavara@volny.cz>
...
* include/directx: New subdir.
* lib/directx: Ditto.
* include/directx/(d3d9.h, d3d9caps.h, d3d9types.h, dxerr8.h,
dxerr9.h): New files.
* lib/ddk/(Makefile.in, d3d8.def, d3d9.def, d3dim.def, d3drm.def,
d3dx8d.def, d3dx9d.def, d3dxof.def, ddraw.def, dinput.def,
dinput_joy.c, dinput_joy2.c, dinput_kbd.c, dinput_mouse.c,
dinput_mouse2.c, dinput_private.h, dinput8.def, dmoguids.c, dplayx.def,
dpnaddr.def, dpnet.def, dpnlobby.def, dpvoice.def, dsetup.def,
dsound.def, dxerr.c, dxerr8.c, dxerr8w.c, dxerr9.c, dxerr9w.c,
dxguid.c, ksproxy.def, ksuser.c, ksuser.def, msdmo.def, quartz.def,
strmiids.c, test.c): Ditto.
* lib/(d3dim.def, d3drm.def, d3dxof.def, ddraw.def, dinput.c,
dinput.def, dplayx.def, dsetup.def, dsound.def, dxguid.c): Removed.
2004-03-27 02:25:37 +00:00
Dimitri Papadopoulos
3ca0d9b613
2004-03-25 Dimitri Papadopoulos <papadopo@users.sourceforge.net>
...
* include/GL/glu.h (GLU_AUTO_LOAD_MATRIX, GLU_CULLING,
GLU_SAMPLING_TOLERANCE, GLU_DISPLAY_MODE, GLU_PARAMETRIC_TOLERANCE,
GLU_SAMPLING_METHOD, GLU_U_STEP, GLU_V_STEP): Define.
2004-03-25 10:17:29 +00:00
Danny Smith
024965bdc0
2004-03-24 Filip Navara <xnavara@volny.cz>
...
* include/commctrl.h (TB_GETSTRING[AW]): Add defines.
(RBBS_HIDETITLE, RBBS_TOPALIGN): Ditto.
2004-03-24 10:37:01 +00:00
Danny Smith
1ae827c650
2004-03-24 Filip Navara <xnavara@volny.cz>
...
* include/ddk/srb.h (_PORT_CONFIGURATION_INFORMATION): Rename
TaggedQueueing to TaggedQueuing.
(_HW_INITIALIZATION_DATA): Likewise.
2004-03-24 10:33:36 +00:00
Danny Smith
7cfe32b4ca
* include/docobj.h (IOleDocumentView::GetDocument): Correct
...
prototype.
Thanks to Buster Copley <consequent@users.sourceforge.net>
2004-03-16 09:51:19 +00:00
Danny Smith
6c6ae57202
2004-03-16 Martin Fuchs <martin-fuchs@gmx.net>
...
* include/shellapi.h (NIM_* NIS_*): Define constants for
notification icons with _WIN32_IE >= 0x0500.
(NOTIFYICONDATA): Add new structure members for notification
icons with _WIN32_IE >= 0x0500.
2004-03-16 09:13:08 +00:00
Danny Smith
12d64159c7
*include/wininet.h (CACHEGROUP_SEARCH_ALL, CACHEGROUP_SEARCH_BYURL):
...
Add defines.
(INTERNET_CACHE_GROUP_ADD, INTERNET_CACHE_GROUP_REMOVE): Add defines.
(GROUPID) Add typedef.
(INTERNET_CACHE_GROUP_INFO[AW]): Define structures.
(CreateUrlCacheGroup): Add prototype.
(DeleteUrlCacheGroup): Add prototype.
(FindFirstUrlCacheGroup): Add prototype.
(FindNextUrlCacheGroup): Add prototype.
(GetUrlCacheGroupAttribute[AW]): Add prototypes.
(SetUrlCacheGroupAttribute[AW]): Add prototypes.
2004-03-13 01:59:12 +00:00
Danny Smith
5632dd896d
2004-03-10 Al Slater <al.slater@scluk.com>
...
* include/winsock2.h: Add missing LPFN_ typdefs for
function pointers.
Clean up whitespace.
2004-03-10 20:00:20 +00:00
Danny Smith
71826fa7fa
2004-03-05 Filip Navara <xnavara@volny.cz>
...
* include/ddk/scsi.h: Replace assert with ASSERT.
* include/ddk/video.h: Ditto.
* include/ddk/winddk.h: Ditto. Remove the assert macro.
* include/ddk/tdi.h: Correct packing.
2004-03-05 09:01:04 +00:00
Danny Smith
e299c7addc
* include/wtypes.h (DECIMAL_SETZERO): Add definition for
...
NONAMELESSUNION case.
2004-03-03 20:24:08 +00:00
Danny Smith
4149d576c3
22004-03-03 Martin Fuchs <martin-fuchs@gmx.net>
...
* include/oleauto.h (V_UNION, V_VT, V_DECIMAL): Use
__VARIANT_NAME_ constants.
2004-03-03 19:19:36 +00:00
Danny Smith
dd890ee106
* include/uxtheme.h: Include <commctrl.h>
2004-03-02 23:01:16 +00:00
Danny Smith
b06a028bf0
* basetyps.h (GUID_SECT): Define to nothing for GCC >= 2.95.
2004-03-02 09:50:08 +00:00
Danny Smith
e30ffa5bdd
2004-03-02 Martin Fuchs <martin-fuchs@gmx.net>
...
* include/oleauto.h (VAR_VALIDDATE, VAR_FORMAT_NOSUBSTITUTE,
VAR_FOURDIGITYEARS) Define new constants. Group VAR_* defines
together
(V_UI2, V_UI4, V_UI4REF, V_UI, V_UI8REF) Define macros.
(V_I8, V_I8REF): Correct macros.
(V_DECIMAL): Correct macro deginitions.
(V_INT_PTR, V_UINT_PTR, V_INT_PTRREF, V_UINT_PTRREF): Define
constants.
(VTBIT_*): Define constants.
(UDATE): Add structure definition.
(VarDateFromUdate, VarDateFromUdateEx, VarUdateFromDate): Declare
functions.
(SafeArrayCreateVector): Correct parameter type from UINT to ULONG
(SafeArrayCreateVectorEx): Declare function.
(Var*): declare VARIANT manipulation functions.
* include/ocidl.h (IPicture_*): Define IPicture COBJ macros.
* include/oaidl.h (IRecordInfo_*): Define IRecordInfo COBJ
macros.
2004-03-02 09:15:16 +00:00
Danny Smith
a45a3b7f80
Missed this in last commit.
...
2004-03-01 Martin Fuchs <martin-fuchs@gmx.net>
* include/winuser.h (COLOR_*): Define missing constants.
2004-03-01 10:30:00 +00:00
Danny Smith
f397868443
2004-03-01 Martin Fuchs <martin-fuchs@gmx.net>
...
* include/oaidl.h (FADF_*) Define missing constants.
(IDispatch_*): Define COBJ macros.
(VARIANT): Add missing union members llVal and ullVal.
(wireVARIANT): Likewise.
(ITypeinfo_*): Define COBJ macros.
* include/oleauto.h (Var*FromDisp): Correct parameter type from
LPDISPATCH* to LPDISPATCH.
(VARCMP_*, VAR_LOCALBOOL, LOCALE_USE_NLS, VARIANT_*,
VAR_CALENDAR_*): Add missing constants.
(SafeArray[Get/Set]*): Add prototypes.
(Var*From*): Add missing prototypes.
(NUMPRS_*): Add defines.
(NUMPARSE): Define structure.
(VarParseNumFromStr,VarNumFromParseNum): Add prototypes.
* include/winerror.h (DISP_E_DIVBYZERO): Define constant.
* include/winuser.h (COLOR_*): Define missing constants.
* include/wtypes.h (enum VARENUM) Add VT_INT_PTR, VT_UINT_PTR.
(VT_INT_PTR, VT_UINT_PTR): Remove macro definitions.
2004-03-01 10:09:42 +00:00
Danny Smith
8f8baa7c4b
2004-02-23 Filip Navara <xnavara@volny.cz>
...
* include/ddk/video.h: Corrected packing.
2004-02-23 05:53:38 +00:00
Danny Smith
ed0069cc25
* include/Gl/glu (GLU_ERROR): Define.
...
Thanks to Philip Lamb <phil at rave dot co dot nz>
2004-02-19 05:46:27 +00:00
Danny Smith
19bb757951
* include/Gl/glu.h: Include <stddef.h>.
...
Thanks to Greg Couch <gregcouch@users.sourceforge.net>
2004-02-19 03:04:14 +00:00
Earnie Boyd
cc9c680509
* include/w32api.h: Increment version to 3.0.
...
* Makefile.in: Ditto.
* README.win32api: Modify license to Public Domain per agreement as
found in the mingw-dvlpr list archive.
2004-02-15 09:46:16 +00:00
Earnie Boyd
e6ea2b9671
* include/ddk/winddk.h (DIRECTORY_QUERY): Add define.
...
(DIRECTORY_TRAVERSE): Ditto.
(DIRECTORY_CREATE_OBJECT): Ditto.
(DIRECTORY_CREATE_SUBDIRECTORY): Ditto.
(DIRECTORY_ALL_ACCESS): Ditto.
Thanks to Konstantin Stepaniuk <skostia@users.sourceforge.net>
2004-02-14 01:20:49 +00:00
Danny Smith
2bc01fb1f5
* 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-12 00:20:30 +00:00
Danny Smith
efdce2bd3b
2004-02-11 Pierre A. Humblet <Pierre.Humblet@ieee.org>
...
* include/windns.h: New file.
2004-02-11 19:54:28 +00:00
Danny Smith
be6f31e7b7
* include/sqlucode.h (SQLGetStmtAttr[AW]): Remove duplicate
...
defines.
(SQLSetStmtAttr[AW]): Move into ODBCVER >= 0x0300 block.
(SQLSetDescFieldW): Correct prototype.
(SQLSetDescFieldA): Add prototype.
(SQLGetDescFieldW): Add prototype.
2004-02-11 19:48:22 +00:00