wine-wine/include
Jon Griffiths 935677ab04 Implement LHashValOfNameSysA for 4 LCIDs, fix prototype. 2001-02-12 19:33:42 +00:00
..
bitmaps Removed non-standard OBM_RADIOCHECK bitmap. 2001-01-24 19:48:39 +00:00
wine Change the callback declarations to a safer format. 2001-02-12 01:29:08 +00:00
.cvsignore Created include/Makefile.in to separate header file installation from 1999-02-13 12:18:33 +00:00
Makefile.in Implemented EnumProtocolA/W. 2001-01-12 23:15:54 +00:00
acconfig.h Added configure check for old linux/input.h. 2001-01-19 21:09:07 +00:00
basetsd.h Moved all Win16 definitions out of the standard Windows headers. 2000-09-26 22:20:14 +00:00
bitmap.h Authors: Ove Kaaven <ovek@transgaming.com>, Andrew Lewycky <andrew@transgaming.com>, Gavriel State <gav@transgaming.com> 2000-12-06 20:15:43 +00:00
brush.h Large-scale renaming of all Win32 functions and types to use the 1999-02-26 11:11:13 +00:00
builtin16.h Fixed winebuild to work on non-Intel architectures. 2000-12-29 05:17:33 +00:00
callback.h Fix a few compiler warnings. 2001-02-12 03:42:58 +00:00
cderr.h Moved error codes to cderr.h. 1999-03-13 17:07:56 +00:00
cdrom.h Make sure all files using config.h constants actually #include "config.h" 2000-11-26 04:04:21 +00:00
cguid.h Added cguid.h. 2000-09-09 19:41:31 +00:00
clipboard.h Add CF_UNICODETEXT as primary text clipboard format. 2000-12-11 01:09:56 +00:00
color.h Removed extra includes from ole.h and wingdi.h. 2000-02-10 19:39:48 +00:00
comcat.h Include the same headers as on Windows. 2000-11-25 03:08:34 +00:00
commctrl.h Fix ListView_GetItemRect() macro. 2001-02-12 03:46:00 +00:00
commdlg.h - Fix a typo in TBSAVEPARAMS A/W declaration. 2001-01-22 02:13:58 +00:00
compobj.h compobj.h is a synonym for objbase.h 2000-11-25 03:08:23 +00:00
config.h.in Added configure check for old linux/input.h. 2001-01-19 21:09:07 +00:00
console.h Store config file contents in the registry so we only have to load it 2000-02-19 20:50:00 +00:00
cursoricon.h Removed a number of global handle allocations and critical section 2000-04-08 21:06:06 +00:00
d3d.h Added some DirectDraw7-related definitions. 2000-07-23 13:42:13 +00:00
d3dcaps.h Reordered the CALLBACK and WINAPI directives so that it compiles with 2000-06-11 20:07:58 +00:00
d3dtypes.h Use the DUMMYUNIONNAME macros so that the headers can be used in 2000-12-03 03:16:05 +00:00
d3dvec.inl Added a few C++ operators to Direct3D structures, and made some unions 2000-07-23 14:19:19 +00:00
dce.h Moved all Win16 definitions out of the standard Windows headers. 2000-09-26 22:20:14 +00:00
dde.h Added four DDElParam functions. 2000-10-12 20:44:14 +00:00
ddeml.h Declare all handles with DECLARE_OLD_HANDLE to ease conversion to 2000-12-26 00:07:25 +00:00
ddraw.h Authors: Andrew Lewycky <andrew@transgaming.com>, Gavriel State <gav@transgaming.com>, Ove Kaaven <ovek@transgaming.com> 2001-01-04 22:44:55 +00:00
debugtools.h Remove redundant ';' at the end of line. 2000-12-22 20:28:19 +00:00
digitalv.h Replaced PTR_SEG_TO_LIN macro by exported MapSL function. 2000-12-13 20:20:09 +00:00
dinput.h Added preferences to dinput drivers (so we can have two joystick 2000-12-12 00:38:58 +00:00
dispdib.h Made the include files self sufficient. 2000-03-24 21:13:57 +00:00
dlgs.h Removed shell.h. Cleaned up the nested includes mess in wine/obj_*.h. 2000-09-26 00:00:55 +00:00
docobj.h Removed #include of wingdi.h and windef.h from winuser.h (and resolved 2000-02-10 19:03:02 +00:00
dosexe.h Fixed some issues found by winapi_check. 2001-01-25 22:23:08 +00:00
dplay.h Created a small static library in ole/libuuid.a that contains all the 2000-12-06 01:50:47 +00:00
dplobby.h Use the DUMMYUNIONNAME macros so that the headers can be used in 2000-12-03 03:16:05 +00:00
drive.h Use the DRIVE_* API constants instead of the DRIVETYPE enum. 2000-12-12 00:44:42 +00:00
dsdriver.h Restructure DirectSound. Remove dsound thread, use MM timers 2000-06-23 15:45:05 +00:00
dsound.h Reordered the CALLBACK and WINAPI directives so that it compiles with 2000-06-11 20:07:58 +00:00
enhmetafile.h Made the include files self sufficient. 2000-03-24 21:13:57 +00:00
enhmetafiledrv.h Optimized {,p}MoveTo{,Ex}{,16}. 2000-11-05 03:28:18 +00:00
file.h Added handle_t type to server interface so that we can make handles 2001-01-05 04:08:07 +00:00
font.h #pragma pack(?) changed to #include "*pack*.h" 1999-04-25 12:36:53 +00:00
gdi.h Partial implementation of world transform support. 2001-01-24 19:38:11 +00:00
global.h Use getpagesize() instead of VIRTUAL_GetPageSize(). 2000-12-13 20:22:47 +00:00
guiddef.h Fixed C++ operators return value. 2000-08-11 00:39:26 +00:00
heap.h Add <string.h> to files that needed it. 2001-01-26 20:43:40 +00:00
hook.h Windows hook proc thunk management simplified. 1999-09-20 18:45:00 +00:00
imagehlp.h Reordered the CALLBACK and WINAPI directives so that it compiles with 2000-06-11 20:07:58 +00:00
imm.h Added some missing definitions. 2000-12-05 20:45:45 +00:00
initguid.h Added guiddef.h and moved a few GUID definitions to the correct file. 2000-08-03 04:19:24 +00:00
input.h Avoid a couple of dependencies on input.c internal variables. 2000-12-16 20:37:16 +00:00
instance.h Renamed wintypes.h to windef.h. 1999-03-14 16:35:05 +00:00
keyboard.h Cleaned up a few USER dependencies. 2000-07-30 13:50:27 +00:00
lmcons.h Added stubs for RasEnumEntriesA and RasGetEntryDialParamsA. 1999-11-07 05:49:28 +00:00
loadorder.h Removed "elfdll" load order option and updated documentation. 2000-11-30 01:15:30 +00:00
local.h Removed unused LOCAL_LockSegptr. 2000-10-29 01:23:19 +00:00
lzexpand.h Moved all Win16 definitions out of the standard Windows headers. 2000-09-26 22:20:14 +00:00
mapi.h Added mapi.h with the definitions needed by the MFC. 2000-12-13 21:28:57 +00:00
mapidefs.h Added mapi.h with the definitions needed by the MFC. 2000-12-13 21:28:57 +00:00
mcx.h The MODEM stuff has been spun off to its rightful place: mcx.h. 2000-10-13 23:16:46 +00:00
message.h Before calling the timer window proc, make sure it is valid. 2000-09-29 00:56:05 +00:00
metafile.h Made the include files self sufficient. 2000-03-24 21:13:57 +00:00
miscemu.h Separated the MZ loader and core DOS VM into dlls/winedos. 2000-12-26 00:22:45 +00:00
mmddk.h Now using manifest constant instead of raw values for all the 2001-01-04 19:53:51 +00:00
mmreg.h Mad the include files idempotent using a consistent macro naming 1999-06-12 18:36:54 +00:00
mmsystem.h Added a few missing parts. 2001-01-04 20:58:05 +00:00
module.h Added handle_t type to server interface so that we can make handles 2001-01-05 04:08:07 +00:00
mouse.h Created zmouse.h, moved wheel code from mouse.h into it. 2000-09-27 01:18:47 +00:00
msacm.h - Fix a typo in TBSAVEPARAMS A/W declaration. 2001-01-22 02:13:58 +00:00
msacmdlg.h Added a few missing parts. 2001-01-04 20:58:05 +00:00
msdos.h Moved comm.c into kernel32. 2000-10-13 17:11:30 +00:00
netspi.h Reordered the CALLBACK and WINAPI directives so that it compiles with 2000-06-11 20:07:58 +00:00
nonclient.h Moved all Win16 definitions out of the standard Windows headers. 2000-09-26 22:20:14 +00:00
nspapi.h Implemented EnumProtocolA/W. 2001-01-12 23:15:54 +00:00
ntddk.h Added basic working stubs of new Windows 2000 API functions. 2000-10-29 01:24:54 +00:00
ntdef.h Moved some macros like NULL, FALSE to winnt.h 2000-12-15 21:31:03 +00:00
ntsecapi.h Moved all Win16 definitions out of the standard Windows headers. 2000-09-26 22:20:14 +00:00
oaidl.h Added a lot of new OLE interfaces. 1999-03-10 18:03:53 +00:00
objbase.h Should include cguid.h. 2001-01-02 20:55:40 +00:00
objidl.h Small fixes. 1999-02-19 10:00:54 +00:00
ocidl.h Don't include windows.h internally. 2000-11-30 01:31:28 +00:00
ole.h Replaced PTR_SEG_TO_LIN macro by exported MapSL function. 2000-12-13 20:20:09 +00:00
ole2.h Added two error codes: E_DRAW and DATA_E_FORMATETC. 2001-01-02 20:53:35 +00:00
ole2ver.h - the OLE version returned was too low 1999-12-05 23:52:56 +00:00
oleauto.h Implement LHashValOfNameSysA for 4 LCIDs, fix prototype. 2001-02-12 19:33:42 +00:00
olectl.h Added/fixed missing extern "C". 2000-10-19 20:32:18 +00:00
oledlg.h Reordered the CALLBACK and WINAPI directives so that it compiles with 2000-06-11 20:07:58 +00:00
oleidl.h Removed shell.h. Cleaned up the nested includes mess in wine/obj_*.h. 2000-09-26 00:00:55 +00:00
options.h Removed all traces of the --config option. 2001-01-10 23:56:59 +00:00
palette.h More code moved to the X11 driver (bitmap and palette and misc). 1999-04-01 08:16:08 +00:00
path.h Make the functions Pie, Chord, RoundRect, AngleArc, PolyDraw and 2000-11-01 02:12:52 +00:00
pen.h Large-scale renaming of all Win32 functions and types to use the 1999-02-26 11:11:13 +00:00
poppack.h Added support for three levels of nesting of the 'pragma pack' 2000-10-19 20:20:07 +00:00
process.h Use extern "C" for Winelib C++ apps. 2001-02-12 03:38:46 +00:00
prsht.h Added PSN_GETOBJECT. 2001-01-22 19:25:05 +00:00
psapi.h ANSI C fixes. 1999-06-26 14:58:24 +00:00
pshpack1.h Added support for three levels of nesting of the 'pragma pack' 2000-10-19 20:20:07 +00:00
pshpack2.h Added support for three levels of nesting of the 'pragma pack' 2000-10-19 20:20:07 +00:00
pshpack4.h Added support for three levels of nesting of the 'pragma pack' 2000-10-19 20:20:07 +00:00
pshpack8.h Added support for three levels of nesting of the 'pragma pack' 2000-10-19 20:20:07 +00:00
queue.h Synchronize access to MESSAGEQUEUE members. 2001-01-29 00:33:35 +00:00
ras.h Moved HRASCONN from windef.h. 2000-12-24 20:44:08 +00:00
region.h Made the include files self sufficient. 2000-03-24 21:13:57 +00:00
regstr.h Added an uninstaller for InstallShield, WISE etc. 2000-08-01 00:27:35 +00:00
richedit.h Declare RICHEDIT_CLASS20W using a WCHAR array. 2001-02-12 19:17:46 +00:00
rpc.h Don't include windows.h internally. 2000-11-30 01:31:28 +00:00
rpcdce.h Moved things to the proper rpcxxx.h header. 2000-11-08 05:06:10 +00:00
rpcdcep.h Moved things to the proper rpcxxx.h header. 2000-11-08 05:06:10 +00:00
rpcndr.h Moved things to the proper rpcxxx.h header. 2000-11-08 05:06:10 +00:00
selectors.h Removed some unnecessary includes. 2000-12-13 20:23:41 +00:00
server.h Made exception_event_request non-blocking, and added 2001-01-26 20:45:41 +00:00
services.h Made the service thread instanciable in every process. 1999-06-12 08:24:23 +00:00
servprov.h Define the COM macros even in C++. 1999-10-23 20:09:05 +00:00
setupapi.h Change the callback declarations to a safer format. 2001-02-12 01:29:08 +00:00
shellapi.h Moved HDROP to shellapi.h. 2001-01-02 21:00:46 +00:00
shlguid.h Added guiddef.h and moved a few GUID definitions to the correct file. 2000-08-03 04:19:24 +00:00
shlobj.h Removed shell.h. Cleaned up the nested includes mess in wine/obj_*.h. 2000-09-26 00:00:55 +00:00
shlwapi.h Change the callback declarations to a safer format. 2001-02-12 01:29:08 +00:00
snoop.h Adapted to new-style Wine thunks. 1999-08-15 12:45:01 +00:00
spy.h Added the ability to see names of the virtual key codes. 2000-11-05 20:07:59 +00:00
sql.h Xiang Li 1999-12-11 23:56:46 +00:00
sqlext.h Use DUMMYxxxNAME for anonymous struct/unions. 2000-11-10 22:34:39 +00:00
sqltypes.h Made the include files self sufficient. 2000-03-24 21:13:57 +00:00
stackframe.h Replaced PTR_SEG_TO_LIN macro by exported MapSL function. 2000-12-13 20:20:09 +00:00
storage.h Recovery of release 990110 after disk crash. 1999-01-17 16:32:32 +00:00
syslevel.h Moved standard syslevel APIs declaration to winbase.h. 2000-11-15 23:41:46 +00:00
sysmetrics.h Cleaned up some more USER dependencies. 2000-07-31 23:32:47 +00:00
tapi.h Implemented lineGetCountry. (works with HyperTrm.exe) 2000-07-23 14:20:58 +00:00
task.h Removed some direct accesses to the 16-bit task structure. 2001-01-15 20:09:09 +00:00
tchar.h Added better support for Unicode: 2000-12-19 04:50:49 +00:00
thread.h Use a separate FIFO pair for server requests that don't need to pass a 2000-12-22 02:04:15 +00:00
tlhelp32.h Use tpXXX instead of tbXXX in tagTHREADENTRY32. 2000-09-12 23:36:18 +00:00
toolhelp.h Implemented TerminateApp needed for DBase 5.0. 2000-11-27 01:36:24 +00:00
ts_shape.h Build tsx11 layer as a separate shared library. 2000-12-06 00:04:10 +00:00
ts_xf86dga.h Build tsx11 layer as a separate shared library. 2000-12-06 00:04:10 +00:00
ts_xf86dga2.h Build tsx11 layer as a separate shared library. 2000-12-06 00:04:10 +00:00
ts_xf86vmode.h Build tsx11 layer as a separate shared library. 2000-12-06 00:04:10 +00:00
ts_xlib.h Build tsx11 layer as a separate shared library. 2000-12-06 00:04:10 +00:00
ts_xpm.h Build tsx11 layer as a separate shared library. 2000-12-06 00:04:10 +00:00
ts_xresource.h Build tsx11 layer as a separate shared library. 2000-12-06 00:04:10 +00:00
ts_xshm.h Build tsx11 layer as a separate shared library. 2000-12-06 00:04:10 +00:00
ts_xutil.h Build tsx11 layer as a separate shared library. 2000-12-06 00:04:10 +00:00
ts_xvideo.h Build tsx11 layer as a separate shared library. 2000-12-06 00:04:10 +00:00
unknwn.h Don't include windows.h internally. 2000-11-30 01:31:28 +00:00
urlmon.h Fixed issues found by winapi_check. 2000-06-07 02:15:39 +00:00
user.h Moved tweak support to USER dll. Removed tweak.h and cache.h. 2001-01-15 20:12:55 +00:00
ver.h ver.h is a legacy header. winver.h should be used instead. 1999-05-29 11:15:39 +00:00
version.h Release 20010112. 2001-01-13 02:43:24 +00:00
vfw.h Change the callback declarations to a safer format. 2001-02-12 01:29:08 +00:00
vga.h Improved DirectDrawPalette handling (set it on init, not every time it 2000-05-23 21:14:11 +00:00
win.h Replace 16-bit calls in DefWindowProc by 32-bit, preferring unicode 2001-01-26 00:19:33 +00:00
win16drv.h Optimized {,p}MoveTo{,Ex}{,16}. 2000-11-05 03:28:18 +00:00
winbase.h Change the callback declarations to a safer format. 2001-02-12 01:29:08 +00:00
wincon.h Fixed GetLargestConsoleWindowSize return type for Winelib apps. 2000-11-25 21:46:30 +00:00
wincrypt.h ANSI C fixes. 1999-06-26 14:58:24 +00:00
windef.h Move HDWP to winuser.h. 2001-01-09 20:56:06 +00:00
windows.h Removed the 'extern "C" { ... }' statement. It is not supposed to be 2000-12-19 04:51:43 +00:00
windowsx.h For the Global*Ptr* set of macros, replace the 16bit version with 2001-01-10 22:42:35 +00:00
wine_gl.h Replaced X11DRV_CritSection references by wine_tsx11_(un)lock. 2001-01-15 22:31:24 +00:00
winerror.h Reordered the definitions according to their value. 2001-01-02 20:08:40 +00:00
wingdi.h Added a prototype for GetLogColorSpace. 2000-12-29 03:43:43 +00:00
wininet.h Uncomment GOPHER_ATTRIBUTE_TYPE and GopherGetAttribute. 2000-12-07 23:14:29 +00:00
winioctl.h #pragma pack(?) changed to #include "*pack*.h" 1999-04-25 12:36:53 +00:00
winnetwk.h Reordered the CALLBACK and WINAPI directives so that it compiles with 2000-06-11 20:07:58 +00:00
winnls.h Moved the function pointer types to their rightful headers. 2001-01-04 19:32:22 +00:00
winnt.h - Remove <string.h> from winnt.h. 2001-01-22 02:17:29 +00:00
winpos.h winuser.h now requires that we include winbase.h first. 2000-12-19 04:53:20 +00:00
winproc.h Added mapping to/from unicode for WM_CHAR, WM_DEADCHAR, WM_SYSCHAR, 2000-11-15 23:13:17 +00:00
winreg.h Moved some registry definitions to winnt.h. 2000-03-26 14:41:10 +00:00
winres.h New file. All RC files generated by VC6 include afxres.h which in turn 2000-09-22 21:00:36 +00:00
winresrc.h Removed MIME garbage. 2000-06-24 12:50:33 +00:00
winsock.h Work around problems on Solaris if config.h is not included. 2001-01-11 00:53:07 +00:00
winsock2.h Change the callback declarations to a safer format. 2001-02-12 01:29:08 +00:00
winspool.h Implement Set/GetPrinterData[Ex]. 2001-02-12 01:26:47 +00:00
winsvc.h Change the callback declarations to a safer format. 2001-02-12 01:29:08 +00:00
winuser.h Added unicode MDI client window proc. 2001-02-12 03:40:41 +00:00
winver.h Duplicate resource directory searching routines instead of calling 2000-10-23 01:38:29 +00:00
wnaspi32.h - README update 2000-12-09 03:15:32 +00:00
wownt32.h Moved all Win16 definitions out of the standard Windows headers. 2000-09-26 22:20:14 +00:00
wrc_rsc.h Mad the include files idempotent using a consistent macro naming 1999-06-12 18:36:54 +00:00
wshisotp.h Implemented EnumProtocolA/W. 2001-01-12 23:15:54 +00:00
wsipx.h Implemented EnumProtocolA/W. 2001-01-12 23:15:54 +00:00
wtypes.h Moved HMETAFILEPICT to wtypes.h. Note, HMETAFILEPICT is always a 2001-01-02 22:31:07 +00:00
x11drv.h Make some noise in a few cases where the X11drv doesn't load, but used 2001-01-17 21:51:07 +00:00
x11font.h Added internal charsets for supporting DBCS charsets. 2000-08-20 19:04:04 +00:00
zmouse.h Created zmouse.h, moved wheel code from mouse.h into it. 2000-09-27 01:18:47 +00:00