Commit Graph

13 Commits

Author SHA1 Message Date
Corinna Vinschen
23ef19a4cc * mdhcp.h: Change long to __LONG32 where appropriate.
* mergemod.h: Ditto.
	* mmc.h: Ditto.
	* mmcobj.h: Ditto.
	* msclus.h: Ditto.
	* mshtml.h: Ditto.
	* mshtmlc.h: Ditto.
	* msdatsrc.h: Ditto.
	* msi.h: Ditto.
	* msimcntl.h: Ditto.
	* msimcsdk.h: Ditto.
	* msp.h: Ditto.
	* mspaddr.h: Ditto.
	* mspcall.h: Ditto.
	* mspcoll.h: Ditto.
	* mspstrm.h: Ditto.
	* mspterm.h: Ditto.
	* msptrmac.h: Ditto.
	* msptrmar.h: Ditto.
	* msxml.h: Ditto.
	* msxml2.h: Ditto.
	* ndattrib.h: Ditto.
	* ndhelper.h: Ditto.
	* ndrtypes.h: Ditto.
	* netcon.h: Ditto.
	* netmon.h: Ditto.
	* nspapi.h: Ditto.
	* ntdef.h: Ditto.
	* odbcss.h: Ditto.
	* oleauto.h: Ditto.
	* olectl.h: Ditto.
	* oledbguid.h: Ditto.
	* rdpencomapi.h: Ditto.
	* rend.h: Ditto.
	* richedit.h: Ditto.
	* rpc.h: Ditto.
	* rpcasync.h: Ditto.
	* rpcdce.h: Ditto.
	* rpcdcep.h: Ditto.
	* rpcndr.h: Ditto.
	* rpcnsi.h: Ditto.
	* rpcproxy.h: Ditto.


git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@5331 4407c894-4637-0410-b4f5-ada5f102cad1
2012-08-06 13:04:02 +00:00
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
Corinna Vinschen
f0c04f93c3 * Throughout, drop 'L' modifier from enumeration values.
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@5254 4407c894-4637-0410-b4f5-ada5f102cad1
2012-07-23 10:24:50 +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
1972a5ea6b Reduce __C89_NAMELESS(UNION|STRUCT) to __C89_NAMELESS
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@4032 4407c894-4637-0410-b4f5-ada5f102cad1
2011-02-11 14:17:15 +00:00
Kai Tietz
9605cb4cd7 Do some adjustments about struct/union nameless extension markers.
Necessary to ease synchronization with wine headers...


git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@4031 4407c894-4637-0410-b4f5-ada5f102cad1
2011-02-11 13:14:13 +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
2e07cc1d4b Cleanup enum values.
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1415 4407c894-4637-0410-b4f5-ada5f102cad1
2009-09-22 14:35:59 +00:00
Kai Tietz
8b2b6cf0a4 And much more ..
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1390 4407c894-4637-0410-b4f5-ada5f102cad1
2009-09-18 19:40:39 +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