.. |
bitmaps
|
Changed the pixmap to look like the windows default application icon.
|
1999-09-10 14:00:57 +00:00 |
wine
|
Fixed finally handler name.
|
2000-08-23 19:19:35 +00:00 |
.cvsignore
|
Created include/Makefile.in to separate header file installation from
|
1999-02-13 12:18:33 +00:00 |
Makefile.in
|
Install all standard Windows includes, plus some from the wine subdir.
|
2000-08-09 00:53:22 +00:00 |
acconfig.h
|
Fixed issues found by winapi_check.
|
2000-08-04 21:08:28 +00:00 |
aspi.h
|
- Slightly reworked include files (less messy, more straightforward).
|
2000-03-08 19:41:49 +00:00 |
basetsd.h
|
Started on an implementation of Win64 for use on 64 bit platforms.
|
1999-07-04 15:56:03 +00:00 |
bitmap.h
|
Moved DIB_FixColorsToLoadflags to cursoricon.c.
|
2000-06-03 20:45:20 +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
|
Replaced global Callbacks structure by appropriate glue code
|
2000-08-14 14:29:22 +00:00 |
builtin32.h
|
Reserve space for the PE header at the start of the .so file.
|
2000-05-10 03:48:00 +00:00 |
button.h
|
Made the include files self sufficient.
|
2000-03-24 21:13:57 +00:00 |
cache.h
|
Renamed wintypes.h to windef.h.
|
1999-03-14 16:35:05 +00:00 |
callback.h
|
Replaced global Callbacks structure by appropriate glue code
|
2000-08-14 14:29:22 +00:00 |
cderr.h
|
Moved error codes to cderr.h.
|
1999-03-13 17:07:56 +00:00 |
cdrom.h
|
- fixed a gross bug in SetCurrentDirectoryA (where changing to a new
|
2000-07-25 20:59:59 +00:00 |
class.h
|
Renamed wintypes.h to windef.h.
|
1999-03-14 16:35:05 +00:00 |
clipboard.h
|
Merged clipboard driver into USER driver.
|
2000-08-10 01:16:19 +00:00 |
color.h
|
Removed extra includes from ole.h and wingdi.h.
|
2000-02-10 19:39:48 +00:00 |
combo.h
|
- ComboLBox is always created as child of ComboBox. If ComboBox has style
|
2000-06-07 03:48:02 +00:00 |
comm.h
|
Made win16 serial comms less of a CPU hog.
|
1999-11-25 21:57:32 +00:00 |
commctrl.h
|
Moved NM_UPDOWN definition to commctrl.h.
|
2000-08-11 12:53:27 +00:00 |
commdlg.h
|
Reordered the CALLBACK and WINAPI directives so that it compiles with
|
2000-06-11 20:07:58 +00:00 |
compobj.h
|
Removed unnecessary includes from ole related files.
|
1999-08-18 18:35:57 +00:00 |
config.h.in
|
Added Unicode ctype support.
|
2000-08-11 20:53:40 +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
|
Added a few C++ operators to Direct3D structures, and made some unions
|
2000-07-23 14:19:19 +00:00 |
d3dvec.inl
|
Added a few C++ operators to Direct3D structures, and made some unions
|
2000-07-23 14:19:19 +00:00 |
dc.h
|
Authors: Alexandre Julliard <julliard@codeweavers.com> (for Corel), Albert den Haan <albertd@corel.com>
|
2000-08-19 21:38:55 +00:00 |
dce.h
|
Removed a lot of unnecessary includes and fixed the compile errors.
|
2000-03-08 18:26:56 +00:00 |
dde.h
|
Removed the old, historical and no longer working IPC support.
|
1999-07-11 14:13:56 +00:00 |
ddeml.h
|
Added some missing prototypes.
|
2000-06-18 17:26:44 +00:00 |
ddraw.h
|
Removed unnecessary X11 includes from ddraw.h.
|
2000-08-01 20:56:29 +00:00 |
debugdefs.h
|
Added setupapi shared library and SetupIterateCabinet stub.
|
2000-07-08 18:27:03 +00:00 |
debugtools.h
|
Optimized debugging API to reduce code size.
|
2000-02-10 22:15:21 +00:00 |
desktop.h
|
Store monitor size and depth in the generic structure.
|
2000-03-25 17:30:13 +00:00 |
dialog.h
|
Disable the owner of a modal dialog box just before creating the
|
2000-08-21 03:31:39 +00:00 |
digitalv.h
|
Mad the include files idempotent using a consistent macro naming
|
1999-06-12 18:36:54 +00:00 |
dinput.h
|
Added a few DirectInput 7 definitions and C++ fixes.
|
2000-08-07 04:18:30 +00:00 |
dispdib.h
|
Made the include files self sufficient.
|
2000-03-24 21:13:57 +00:00 |
dlgs.h
|
Made the buttons in the filedlg change when selecting a different
|
1999-11-12 01:02:27 +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
|
Convert DOS (MZ) binary loader to the new DOS process model.
|
2000-07-31 20:56:28 +00:00 |
dplay.h
|
- Implemented loading and initialization of service providers
|
2000-08-25 21:58:05 +00:00 |
dplobby.h
|
- Make ref counting a little more efficient
|
2000-07-10 13:19:28 +00:00 |
drive.h
|
Added a per-drive FailReadOnly flag, and removed the global
|
2000-04-04 20:35:45 +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 |
elfdll.h
|
- Fixed resource functions to work directly from the HMODULE instead of
|
2000-08-07 04:12:41 +00:00 |
enhmetafile.h
|
Made the include files self sufficient.
|
2000-03-24 21:13:57 +00:00 |
enhmetafiledrv.h
|
Removed extra includes from ole.h and wingdi.h.
|
2000-02-10 19:39:48 +00:00 |
file.h
|
Converted a lot of server requests to the new exception handling
|
2000-08-31 01:59:51 +00:00 |
font.h
|
#pragma pack(?) changed to #include "*pack*.h"
|
1999-04-25 12:36:53 +00:00 |
gdi.h
|
Backed out font codepage change.
|
2000-08-25 21:35:11 +00:00 |
global.h
|
Authors: Alexandre Julliard <julliard@codeweavers.com> (for Corel), Albert den Haan <albertd@corel.com>
|
2000-08-19 21:38:55 +00:00 |
guiddef.h
|
Fixed C++ operators return value.
|
2000-08-11 00:39:26 +00:00 |
heap.h
|
Removed HEAP_xalloc.
|
2000-04-30 12:22:18 +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
|
Reordered the CALLBACK and WINAPI directives so that it compiles with
|
2000-06-11 20:07:58 +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
|
Added the possibility to have mouse movements reported relative to
|
1999-11-07 21:25:57 +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 |
ldt.h
|
Renamed wintypes.h to windef.h.
|
1999-03-14 16:35:05 +00:00 |
lmcons.h
|
Added stubs for RasEnumEntriesA and RasGetEntryDialParamsA.
|
1999-11-07 05:49:28 +00:00 |
loadorder.h
|
- Always store the full path name of 32bit modules in WINE_MODREF
|
2000-08-28 21:33:28 +00:00 |
local.h
|
Renamed wintypes.h to windef.h.
|
1999-03-14 16:35:05 +00:00 |
lzexpand.h
|
Added extern "C" if __cplusplus is defined.
|
1999-06-12 10:53:06 +00:00 |
main.h
|
Added new language detection scheme that uses NLS data base instead of
|
2000-08-20 03:39:41 +00:00 |
mapidefs.h
|
Renamed wintypes.h to windef.h.
|
1999-03-14 16:35:05 +00:00 |
mdi.h
|
Convert WND.text field to Unicode.
|
2000-07-10 12:09:31 +00:00 |
menu.h
|
Removed a lot of unnecessary includes and fixed the compile errors.
|
2000-03-08 18:26:56 +00:00 |
message.h
|
Removed MSG_WineStartTicks (does not work for multiple address spaces
|
2000-06-03 20:46:53 +00:00 |
metafile.h
|
Made the include files self sufficient.
|
2000-03-24 21:13:57 +00:00 |
miscemu.h
|
Minor cosmetic changes.
|
2000-08-25 21:56:19 +00:00 |
mmddk.h
|
Reordered the CALLBACK and WINAPI directives so that it compiles with
|
2000-06-11 20:07:58 +00:00 |
mmreg.h
|
Mad the include files idempotent using a consistent macro naming
|
1999-06-12 18:36:54 +00:00 |
mmsystem.h
|
- removed (now obsolete) driver.h file (it's content is now in mmsystem.h)
|
2000-07-26 18:07:04 +00:00 |
module.h
|
Make FindResource and FindResourceEx fully windows compatible.
|
2000-08-11 12:50:56 +00:00 |
mouse.h
|
Merged mouse dll into USER.
|
2000-06-08 04:57:22 +00:00 |
msacm.h
|
Implemented most of '*Format*' API.
|
2000-08-26 04:33:00 +00:00 |
msdos.h
|
Changed CONTEXT into CONTEXT86 everywhere we really want an i386
|
1999-06-26 18:40:24 +00:00 |
neexe.h
|
Moved PE header definitions to winnt.h where they belong.
|
2000-04-18 11:58:24 +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
|
Removed a lot of unnecessary includes and fixed the compile errors.
|
2000-03-08 18:26:56 +00:00 |
ntddk.h
|
Added exception handling wrapper to a number of server requests.
|
2000-08-30 00:00:48 +00:00 |
ntdef.h
|
- implementation of RtlReg* (read access), RtlEvent*, RtlSemaphore*,
|
2000-01-23 22:35:33 +00:00 |
ntsecapi.h
|
- implementation of RtlReg* (read access), RtlEvent*, RtlSemaphore*,
|
2000-01-23 22:35:33 +00:00 |
oaidl.h
|
Added a lot of new OLE interfaces.
|
1999-03-10 18:03:53 +00:00 |
objbase.h
|
Reorder the __attribute__ directive in the legacy macros for
|
2000-06-16 21:48:24 +00:00 |
objidl.h
|
Small fixes.
|
1999-02-19 10:00:54 +00:00 |
ocidl.h
|
Added a lot of new OLE interfaces.
|
1999-03-10 18:03:53 +00:00 |
ole.h
|
Removed some unnecessary #includes and dll dependencies.
|
2000-08-09 22:35:05 +00:00 |
ole2.h
|
Reordered the CALLBACK and WINAPI directives so that it compiles with
|
2000-06-11 20:07:58 +00:00 |
ole2ver.h
|
- the OLE version returned was too low
|
1999-12-05 23:52:56 +00:00 |
oleauto.h
|
Implemented the ErrorInfo interfaces.
|
2000-08-03 04:34:59 +00:00 |
olectl.h
|
Add Connection Point support to OLE font objects.
|
2000-07-28 20:17:21 +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
|
Implemented the ErrorInfo interfaces.
|
2000-08-03 04:34:59 +00:00 |
options.h
|
Get full path of argv[0] before we change directories.
|
2000-07-16 18:21:34 +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
|
Authors: Alexandre Julliard <julliard@codeweavers.com> (for Corel), Albert den Haan <albertd@corel.com>
|
2000-08-19 21:38:55 +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
|
#pragma pack(?) changed to #include "*pack*.h"
|
1999-04-25 12:36:53 +00:00 |
process.h
|
Make PDB, ENVDB and STARTUPINFO global variables.
|
2000-08-09 22:33:42 +00:00 |
prsht.h
|
Reordered the CALLBACK and WINAPI directives so that it compiles with
|
2000-06-11 20:07:58 +00:00 |
psapi.h
|
ANSI C fixes.
|
1999-06-26 14:58:24 +00:00 |
pshpack1.h
|
#pragma pack(?) changed to #include "*pack*.h"
|
1999-04-25 12:36:53 +00:00 |
pshpack2.h
|
#pragma pack(?) changed to #include "*pack*.h"
|
1999-04-25 12:36:53 +00:00 |
pshpack4.h
|
Solaris C/C++ compile fix.
|
1999-07-31 17:35:33 +00:00 |
pshpack8.h
|
#pragma pack(?) changed to #include "*pack*.h"
|
1999-04-25 12:36:53 +00:00 |
queue.h
|
Moved idle event handling to the server.
|
2000-05-30 19:48:18 +00:00 |
ras.h
|
Added stubs for RasEnumEntriesA and RasGetEntryDialParamsA.
|
1999-11-07 05:49:28 +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
|
Reordered the CALLBACK and WINAPI directives so that it compiles with
|
2000-06-11 20:07:58 +00:00 |
rpc.h
|
Added guiddef.h and moved a few GUID definitions to the correct file.
|
2000-08-03 04:19:24 +00:00 |
scroll.h
|
ANSI C fixes.
|
1999-06-26 14:58:24 +00:00 |
selectors.h
|
Fixed some Solaris specific assembler problems.
|
2000-02-27 16:39:48 +00:00 |
server.h
|
Converted a lot of server requests to the new exception handling
|
2000-08-31 01:59:51 +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 |
shell.h
|
- new dll shfolder.dll
|
2000-06-13 03:45:52 +00:00 |
shellapi.h
|
Started implementation of shell notifications.
|
2000-02-20 18:40:55 +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
|
Improved a bit the folder browsing implementation.
|
2000-08-25 21:33:23 +00:00 |
shlwapi.h
|
Replaced all lstr* calls from inside Wine code by their str* equivalent.
|
2000-08-14 14:41:19 +00:00 |
snoop.h
|
Adapted to new-style Wine thunks.
|
1999-08-15 12:45:01 +00:00 |
spy.h
|
Renamed wintypes.h to windef.h.
|
1999-03-14 16:35:05 +00:00 |
sql.h
|
Xiang Li
|
1999-12-11 23:56:46 +00:00 |
sqlext.h
|
Xiang Li
|
1999-12-11 23:56:46 +00:00 |
sqltypes.h
|
Made the include files self sufficient.
|
2000-03-24 21:13:57 +00:00 |
stackframe.h
|
Made the winedbg an external and WineLib program.
|
2000-04-13 19:31:58 +00:00 |
static.h
|
Renamed wintypes.h to windef.h.
|
1999-03-14 16:35:05 +00:00 |
storage.h
|
Recovery of release 990110 after disk crash.
|
1999-01-17 16:32:32 +00:00 |
syslevel.h
|
ANSI C fixes.
|
1999-06-26 14:58:24 +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
|
Perform NE_InitProcess in the context of the new task.
|
2000-07-25 12:11:53 +00:00 |
tchar.h
|
Remove some obsolete #define's - strlwr and strupr are in NTDLL now.
|
2000-08-11 12:50:11 +00:00 |
thread.h
|
Added the data structures and macros that will be needed to support
|
2000-08-29 03:54:30 +00:00 |
tlhelp32.h
|
Implemented thread and (partial) module snapshots, based on the work
|
2000-04-16 19:45:05 +00:00 |
toolhelp.h
|
Implemented thread and (partial) module snapshots, based on the work
|
2000-04-16 19:45:05 +00:00 |
ts_shape.h
|
- implementation of SetWindowsRgn and GetWindowRgn
|
2000-07-28 23:04:54 +00:00 |
ts_xf86dga.h
|
Removed X_DISPLAY_MISSING.
|
2000-04-25 19:55:35 +00:00 |
ts_xf86dga2.h
|
Removed X_DISPLAY_MISSING.
|
2000-04-25 19:55:35 +00:00 |
ts_xf86vmode.h
|
Removed X_DISPLAY_MISSING.
|
2000-04-25 19:55:35 +00:00 |
ts_xlib.h
|
Fixed for DBCS(cp932/cp949) codepage conversion.
|
2000-08-15 12:01:47 +00:00 |
ts_xpm.h
|
Removed X_DISPLAY_MISSING.
|
2000-04-25 19:55:35 +00:00 |
ts_xresource.h
|
Removed X_DISPLAY_MISSING.
|
2000-04-25 19:55:35 +00:00 |
ts_xshm.h
|
Removed X_DISPLAY_MISSING.
|
2000-04-25 19:55:35 +00:00 |
ts_xutil.h
|
Preserve WM hints that were set during window creation by calling
|
2000-06-02 20:36:29 +00:00 |
tweak.h
|
Misc small cleanups.
|
2000-03-18 22:25:41 +00:00 |
unknwn.h
|
Recovery of release 990110 after disk crash.
|
1999-01-17 16:32:32 +00:00 |
urlmon.h
|
Fixed issues found by winapi_check.
|
2000-06-07 02:15:39 +00:00 |
user.h
|
Merged clipboard driver into USER driver.
|
2000-08-10 01:16:19 +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 20000821.
|
2000-08-21 21:13:17 +00:00 |
vfw.h
|
inline must be first attribute in function definition.
|
2000-08-07 02:34:16 +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
|
- Separate application calls to ShowOwnedPopups from Wine calls (in
|
2000-08-20 03:40:59 +00:00 |
win16drv.h
|
Authors: Alexandre Julliard <julliard@codeweavers.com> (for Corel), Albert den Haan <albertd@corel.com>
|
2000-08-19 21:38:55 +00:00 |
winaspi.h
|
- Slightly reworked include files (less messy, more straightforward).
|
2000-03-08 19:41:49 +00:00 |
winbase.h
|
Added LHND.
|
2000-08-25 21:32:53 +00:00 |
wincon.h
|
Fixed COORD structure definition.
|
2000-05-03 17:48:21 +00:00 |
wincrypt.h
|
ANSI C fixes.
|
1999-06-26 14:58:24 +00:00 |
windef.h
|
Added a few more anonymous union definitions.
|
2000-08-11 00:39:39 +00:00 |
windows.h
|
Should include commdlg.h.
|
2000-05-23 04:07:53 +00:00 |
windowsx.h
|
hmemcpy16 is a Win16 API, the macro is hmemcpy.
|
2000-06-18 17:24:34 +00:00 |
wine_gl.h
|
Eased restrictions on OpenGL/MESA usage a bit. It compiles just fine
|
2000-08-08 20:46:50 +00:00 |
winerror.h
|
OleConvertOLESTREAMToIStorage fails (returns REGDB_E_CLASSNOTREG) when
|
2000-06-20 20:49:53 +00:00 |
wingdi.h
|
Moved system metrics definitions to winuser.h.
|
2000-07-31 23:29:28 +00:00 |
wininet.h
|
Added prototypes for new InternetCheckConnection*.
|
2000-06-23 15:30:50 +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
|
LOCALE_NOUSEROVERRIDE means: do not get user redefined settings from
|
2000-08-03 00:24:33 +00:00 |
winnt.h
|
Added APC support in waitable timers.
|
2000-08-22 20:08:37 +00:00 |
winpos.h
|
Made the include files self sufficient.
|
2000-03-24 21:13:57 +00:00 |
winproc.h
|
Renamed wintypes.h to windef.h.
|
1999-03-14 16:35:05 +00:00 |
winreg.h
|
Moved some registry definitions to winnt.h.
|
2000-03-26 14:41:10 +00:00 |
winresrc.h
|
Removed MIME garbage.
|
2000-06-24 12:50:33 +00:00 |
winsock.h
|
Fixed the Win16/Win32 structure size/alignment differences of
|
2000-08-03 22:19:09 +00:00 |
winsock2.h
|
Fixed the Win16/Win32 structure size/alignment differences of
|
2000-08-03 22:19:09 +00:00 |
winspool.h
|
Reduce scope of "Status" #ifdef hack.
|
2000-07-23 13:38:08 +00:00 |
winsvc.h
|
Reordered the CALLBACK and WINAPI directives so that it compiles with
|
2000-06-11 20:07:58 +00:00 |
winuser.h
|
Moved most USER string functions to dlls/user.
|
2000-08-06 02:42:46 +00:00 |
winver.h
|
Move VerLanguageName[AW] back to base (exported from KERNEL32 ...).
|
1999-09-19 12:15:58 +00:00 |
wnaspi32.h
|
- Slightly reworked include files (less messy, more straightforward).
|
2000-03-08 19:41:49 +00:00 |
wownt32.h
|
Moved implementation of WOW routines to single file.
|
1999-08-18 18:31:26 +00:00 |
wrc_rsc.h
|
Mad the include files idempotent using a consistent macro naming
|
1999-06-12 18:36:54 +00:00 |
wtypes.h
|
Added guiddef.h and moved a few GUID definitions to the correct file.
|
2000-08-03 04:19:24 +00:00 |
x11drv.h
|
Authors: Alexandre Julliard <julliard@codeweavers.com> (for Corel), Albert den Haan <albertd@corel.com>
|
2000-08-19 21:38:55 +00:00 |
x11font.h
|
Added internal charsets for supporting DBCS charsets.
|
2000-08-20 19:04:04 +00:00 |