Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Dunstan <infidel@users.sourceforge.net>2004-04-18 11:07:57 +0400
committerLuke Dunstan <infidel@users.sourceforge.net>2004-04-18 11:07:57 +0400
commit08ed58a0237aa6266ad332cc8168f80a495ae838 (patch)
tree5c36c0372e66bb239ce5bfcec315b9b94f0ce49f /winsup/w32api/ChangeLog
parent4d60e6d23167f545d8245905397cf528f8f75cd1 (diff)
Merge numerous changes from ReactOS. Submitted by Filip Navara.
Diffstat (limited to 'winsup/w32api/ChangeLog')
-rw-r--r--winsup/w32api/ChangeLog72
1 files changed, 72 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index e2cde912e..f9da51eae 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,3 +1,75 @@
+2004-04-13 Filip Navara <xnavara@volny.cz>
+
+ * include/winuser.h (IS_INTRESOURCE, MB_CANCELTRYCONTINUE,
+ WM_NCXBUTTONDOWN, WM_NCXBUTTONUP, WM_NCXBUTTONDBLCLK,
+ WM_XBUTTONDOWN, WM_XBUTTONUP, WM_XBUTTONDBLCLK,
+ DCX_INTERSECTUPDATE, MK_XBUTTON1, MK_XBUTTON2,
+ HELP_SETWINPOS): Define.
+ (WM_MOUSELAST): Different value for _WIN32_WINNT >= 0x0500.
+ (SPI_*): Add new definitions for WINVER >= 0x500.
+ (CallMsgFilter[AW], SetWindowsHookA): Correct prototype.
+ (InternalGetWindowText, SetWindowsHookW): Declare.
+ * include/winbase.h (InitializeSListHead): Avoid conflicting
+ definition with DDK headers.
+
+2004-04-13 Gé van Geldorp <xnavara@volny.cz>
+
+ * include/winuser.h (GetLastError): Move from here...
+ * include/winbase.h: ... to here.
+
+2004-04-13 Filip Navara <xnavara@volny.cz>
+
+ * include/winspool.h (DocumentPropertiesW): Correct prototype.
+
+2004-04-13 Filip Navara <xnavara@volny.cz>
+
+ * include/wingdi.h (ENHMETAHEADER): Add definitions for
+ WINVER >= 0x400.
+ (WCRANGE, GLYPHSET, LPPOLYTEXT[AW]): Declare.
+ (ENUMLOGFONTEXW): Fix definition.
+ (ENUMLOGFONTEXDV[AW]): Declare.
+
+2004-04-13 Filip Navara <xnavara@volny.cz>
+
+ * include/wingdi.h: Declare the DirectDraw structures only if
+ the DirectDraw kernel mode headers aren't included.
+ (EMFINFO): Declare.
+ (EngStretchBlt, EngTextOut, FONTOBJ_cGetGlyphs,
+ STROBJ_bEnumPositionsOnly): Correct prototypes.
+
+2004-04-13 Filip Navara <xnavara@volny.cz>
+
+ * include/objidl.h (PRPCOLEMESSAGE): Declare.
+ * include/rpc.h (RPCRTAPI): Define.
+ * include/rpcdce.h (RpcServerRegisterIf2): Declare.
+ * include/rpcdcep.h (RPC_BLOCKING_FN, I_RpcSend): Declare.
+ (RPC_BLOCKING_FUNCTION): Remove, replaced by RPC_BLOCKING_FN.
+ (I_RpcBindingSetAsync): Correct prototype.
+ * include/rpcndr.h (MIDL_STUB_MESSAGE): Rename 'Reserved' field
+ to w2kReserved.
+ (USER_MARSHAL_SIZING_ROUTINE, USER_MARSHAL_MARSHALLING_ROUTINE,
+ USER_MARSHAL_UNMARSHALLING_ROUTINE, USER_MARSHAL_FREEING_ROUTINE,
+ USER_MARSHAL_ROUTINE_QUADRUPLE, NDR_NOTIFY_ROUTINE, IDL_CS_CONVERT,
+ CS_TYPE_NET_SIZE_ROUTINE, CS_TYPE_LOCAL_SIZE_ROUTINE,
+ CS_TYPE_TO_NETCS_ROUTINE, CS_TYPE_FROM_NETCS_ROUTINE,
+ CS_TAG_GETTING_ROUTINE, NDR_CS_SIZE_CONVERT_ROUTINES,
+ NDR_CS_ROUTINES, NdrUserMarshalMarshall, NdrUserMarshalUnmarshall,
+ NdrUserMarshalBufferSize, NdrUserMarshalMemorySize,
+ NdrUserMarshalFree): Declare.
+ (MIDL_STUB_DESC): Add new fields that were added in W2K.
+ * include/rpcproxy.h (CStdStubBuffer): Ditto.
+
+2004-04-13 Filip Navara <xnavara@volny.cz>, David Welch <welch@cwcom.net>
+
+ * include/ddk/ntapi.h (NtCurrentProcess, NtCurrentThread,
+ LPC_MESSAGE_BASE_SIZE): Define.
+ * include/ddk/ntifs.h: Move the pack pragma under header inclusion.
+
+2004-04-13 Filip Navara <xnavara@volny.cz>
+
+ * include/commctrl.h (TB_MARKBUTTON, NMTBGETINFOTIP[AW]):
+ Declare.
+
2004-04-18 Allan Bazinet <bazineta@users.sourceforge.net>
* include/winuser.h (MONITORINFOEX[AW]): Change to be derived from