Sweden-Number/include/wine
Alexandre Julliard 9caa71eef4 Redesign of the server communication protocol to allow arbitrary sized
data to be exchanged.
Split request and reply structures to make backwards compatibility
easier.
Moved many console functions to dlls/kernel, added code page support,
changed a few requests to behave properly with the new protocol.
2001-11-30 18:46:42 +00:00
..
exception.h Raise an exception when a stub entry point is called. 2000-10-26 22:03:34 +00:00
icmpapi.h Made the include files self sufficient. 2000-03-24 21:13:57 +00:00
ipexport.h Added ICMP DLL implementation. 1999-11-07 21:22:17 +00:00
library.h More verbose error messages when application load fails. 2001-02-13 20:23:45 +00:00
mmsystem16.h Replaced PTR_SEG_TO_LIN macro by exported MapSL function. 2000-12-13 20:20:09 +00:00
obj_base.h Added ICOM_[C]THIS_MULTI macros to make it easier to implement objects 2001-09-25 22:38:43 +00:00
obj_cache.h Correct some cut & paste typos. 2001-01-11 20:21:15 +00:00
obj_channel.h Fixed a couple of typos. 2001-09-25 22:38:59 +00:00
obj_clientserver.h Removed shell.h. Cleaned up the nested includes mess in wine/obj_*.h. 2000-09-26 00:00:55 +00:00
obj_commdlgbrowser.h Removed shell.h. Cleaned up the nested includes mess in wine/obj_*.h. 2000-09-26 00:00:55 +00:00
obj_connection.h Correct some cut & paste typos. 2001-01-11 20:21:15 +00:00
obj_contextmenu.h Fixed Unicode strings. 2001-01-22 02:18:27 +00:00
obj_control.h Removed the 'fn' prefix (i.e. ICOM_FN). 2001-01-04 22:59:48 +00:00
obj_dataobject.h Removed shell.h. Cleaned up the nested includes mess in wine/obj_*.h. 2000-09-26 00:00:55 +00:00
obj_dockingwindowframe.h Removed shell.h. Cleaned up the nested includes mess in wine/obj_*.h. 2000-09-26 00:00:55 +00:00
obj_dragdrop.h Removed shell.h. Cleaned up the nested includes mess in wine/obj_*.h. 2000-09-26 00:00:55 +00:00
obj_enumidlist.h Removed shell.h. Cleaned up the nested includes mess in wine/obj_*.h. 2000-09-26 00:00:55 +00:00
obj_errorinfo.h Removed shell.h. Cleaned up the nested includes mess in wine/obj_*.h. 2000-09-26 00:00:55 +00:00
obj_extracticon.h Removed shell.h. Cleaned up the nested includes mess in wine/obj_*.h. 2000-09-26 00:00:55 +00:00
obj_inplace.h Removed the 'fn' prefix (i.e. ICOM_FN). 2001-01-04 22:59:48 +00:00
obj_ksproperty.h Implemented IMemAllocator. 2001-09-17 20:04:28 +00:00
obj_marshal.h Removed shell.h. Cleaned up the nested includes mess in wine/obj_*.h. 2000-09-26 00:00:55 +00:00
obj_misc.h Removed shell.h. Cleaned up the nested includes mess in wine/obj_*.h. 2000-09-26 00:00:55 +00:00
obj_moniker.h Removed the 'fn' prefix (i.e. ICOM_FN). 2001-01-04 22:59:48 +00:00
obj_oleaut.h Corrected INVOKEKIND enumeration values. 2001-10-03 18:40:28 +00:00
obj_olefont.h Removed shell.h. Cleaned up the nested includes mess in wine/obj_*.h. 2000-09-26 00:00:55 +00:00
obj_oleobj.h Correct some cut & paste typos. 2001-01-11 20:21:15 +00:00
obj_oleundo.h Removed shell.h. Cleaned up the nested includes mess in wine/obj_*.h. 2000-09-26 00:00:55 +00:00
obj_oleview.h Correct some cut & paste typos. 2001-01-11 20:21:15 +00:00
obj_picture.h Implemented OleLoadPicture. 2001-08-06 18:52:14 +00:00
obj_property.h Fixed a typo. 2001-10-21 15:02:59 +00:00
obj_propertystorage.h Removed shell.h. Cleaned up the nested includes mess in wine/obj_*.h. 2000-09-26 00:00:55 +00:00
obj_queryassociations.h Removed shell.h. Cleaned up the nested includes mess in wine/obj_*.h. 2000-09-26 00:00:55 +00:00
obj_serviceprovider.h Better handling of custom templates and hooks. 2000-11-01 01:50:21 +00:00
obj_shellbrowser.h Better handling of custom templates and hooks. 2000-11-01 01:50:21 +00:00
obj_shellextinit.h Removed shell.h. Cleaned up the nested includes mess in wine/obj_*.h. 2000-09-26 00:00:55 +00:00
obj_shellfolder.h Removed shell.h. Cleaned up the nested includes mess in wine/obj_*.h. 2000-09-26 00:00:55 +00:00
obj_shelllink.h Removed shell.h. Cleaned up the nested includes mess in wine/obj_*.h. 2000-09-26 00:00:55 +00:00
obj_shellview.h Removed shell.h. Cleaned up the nested includes mess in wine/obj_*.h. 2000-09-26 00:00:55 +00:00
obj_storage.h Removed shell.h. Cleaned up the nested includes mess in wine/obj_*.h. 2000-09-26 00:00:55 +00:00
obj_webbrowser.h Implemented stubs for IWebBrowser in shdocvw.dll. 2001-01-11 22:32:44 +00:00
port.h Fix the #include order for config.h. 2001-11-06 20:57:11 +00:00
server.h Redesign of the server communication protocol to allow arbitrary sized 2001-11-30 18:46:42 +00:00
server_protocol.h Redesign of the server communication protocol to allow arbitrary sized 2001-11-30 18:46:42 +00:00
unicode.h Implemented inline version of the iswxxx functions. 2001-11-08 19:16:34 +00:00
winaspi.h Fixed a few non portable zero-size array declarations. 2000-09-27 00:25:24 +00:00
winbase16.h Move WINDEBUGINFO from winbase.h to winbase16.h and rename to 2001-10-08 22:30:34 +00:00
windef16.h Replaced PTR_SEG_TO_LIN macro by exported MapSL function. 2000-12-13 20:20:09 +00:00
wine_common_ver.rc Generalize the Wine version resource template a bit. 2001-04-16 18:58:46 +00:00
wingdi16.h Rewrote Escape to avoid calling down to Escape16. 2001-07-29 20:25:14 +00:00
winnet16.h Moved all Win16 definitions out of the standard Windows headers. 2000-09-26 22:20:14 +00:00
winsock16.h Make winsock.h and winsock2.h independent from the Unix headers. 2001-11-14 21:26:23 +00:00
winuser16.h Remove non windows macros. 2001-10-09 23:25:20 +00:00