Commit Graph

7 Commits

Author SHA1 Message Date
Corinna Vinschen
2f646b9816 * Throughout, change prototypes of XXX_UserSize, XXX_UserMarshal,
XXX_UserUnmarshal, and XXX_UserFree functions to use ULONG rather
	than unsigned long.
	* rpcndr.h (NDR_CHAR_REP_MASK): Use __MSABI_LONG rather than
	explicit cast to unsigned long.
	(NDR_INT_REP_MASK): Ditto.
	(NDR_FLOAT_REP_MASK): Ditto.
	(NDR_LITTLE_ENDIAN): Ditto.
	(NDR_BIG_ENDIAN): Ditto.
	(NDR_IEEE_FLOAT): Ditto.
	(NDR_VAX_FLOAT): Ditto.
	(NDR_IBM_FLOAT): Ditto.
	(NDR_ASCII_CHAR): Ditto.
	(NDR_EBCDIC_CHAR): Ditto.
	(NDR_LOCAL_DATA_REPRESENTATION): Ditto.
	(USER_MARSHAL_SIZING_ROUTINE): Use ULONG rather than unsigned long.
	(USER_MARSHAL_MARSHALLING_ROUTINE): Ditto.
	(USER_MARSHAL_UNMARSHALLING_ROUTINE): Ditto.
	(USER_MARSHAL_FREEING_ROUTINE): Ditto.


git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@5315 4407c894-4637-0410-b4f5-ada5f102cad1
2012-08-02 09:26:51 +00:00
Rafaël Carré
8a67ab4541 Replace 'w64 mingw-runtime' by 'mingw-w64 runtime'
Also replace 'This file is a part of' by 'This file is part of' for consistency

git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@5147 4407c894-4637-0410-b4f5-ada5f102cad1
2012-06-28 15:40:59 +00:00
Kai Tietz
f29f1a39b2 2010-01-15 Kai Tietz <kai.tietz@onevision.com>
Ozkan Sezer  <sezeroz@gmail.com>

	* include/: Change DISCLAIMER to DISCLAIMER.PD.



git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1749 4407c894-4637-0410-b4f5-ada5f102cad1
2010-01-15 21:15:53 +00:00
Kai Tietz
5e86d89e87 2009-08-18 Kai Tietz <kai.tietz@onevision.com>
Guard __RPC_API MIDL_user_allocate and __RPC_API MIDL_user_free
        by __MIDL_user_allocate_free_DEFINED__ macro to prevent gcc warnings.



git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1176 4407c894-4637-0410-b4f5-ada5f102cad1
2009-08-18 14:29:55 +00:00
NightStrike
48502b7fea Remove execute permissions from headers
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@207 4407c894-4637-0410-b4f5-ada5f102cad1
2007-11-22 00:07:54 +00:00
Kai Tietz
05029845f8 Various changes for 32-bit and 64-bit support.
objc specific changes not defining interface for __OBJC__.



git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@202 4407c894-4637-0410-b4f5-ada5f102cad1
2007-11-19 15:18:40 +00:00
Kai Tietz
9d937a7f4f Add mingw-w64 header set as initial set.
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@3 4407c894-4637-0410-b4f5-ada5f102cad1
2007-08-10 10:41:48 +00:00