Sign in
goma
/
wine
/
837e357d8e6782645e702f241470f172969b3710
/
include
837e357
Removed non-standard header includes.
by Dimitrie O. Paun
· 22 years ago
96b0b34
Converted obj_webbrowser.h to IDL and moved the definitions to
by Alexandre Julliard
· 22 years ago
b90d611
Converted docobj.h to IDL.
by Alexandre Julliard
· 22 years ago
e4ce323
Removed no longer needed include protections.
by Alexandre Julliard
· 22 years ago
8da94c9
Converted ocidl.h to IDL.
by Alexandre Julliard
· 22 years ago
b7c6280
Converted urlmon.h to IDL.
by Alexandre Julliard
· 22 years ago
1843cd3
Converted servprov.h to IDL.
by Alexandre Julliard
· 22 years ago
802ebc1
Converted oleidl.h to IDL.
by Alexandre Julliard
· 22 years ago
3e1c5af
Converted comcat.h to IDL.
by Alexandre Julliard
· 22 years ago
0bde2bb
Use <> format in generated #include statements.
by Alexandre Julliard
· 22 years ago
80e34db
Moved the implementation of the pthread wrappers to dlls/kernel.
by Alexandre Julliard
· 22 years ago
81c3170
Avoid including wine/obj_*.h files directly from C files.
by Alexandre Julliard
· 22 years ago
7ecf0e3
shlobj.h must include wine/obj_dragdrophelper.h (reported by Martin Fuchs).
by Alexandre Julliard
· 22 years ago
da8b582
Added a few missing definitions.
by Eric Pouech
· 22 years ago
63fecde
Declare LPCITEMIDLIST as 'const' pointer and adjust shell32
by Martin Fuchs
· 22 years ago
dc7c2e4
Added msvcrt headers limits.h and math.h.
by Vincent Béron
· 22 years ago
1b5c413
- Implemented AVIStreamBeginStreaming and AVIStreamEndStreaming.
by Michael Günnewig
· 22 years ago
48ff7d1
Define ICON_SMALL2 and ShowWindowAsync().
by Martin Fuchs
· 22 years ago
d7b2c8a
Define TBIF_BYINDEX.
by Martin Fuchs
· 22 years ago
ca3bfd8
Export SYSDEPS_SwitchToThreadStack() functionality from libwine as
by Alexandre Julliard
· 22 years ago
53f9c21
Use angle brackets (<>) rather than quotes ("") for the include
by Dimitrie O. Paun
· 22 years ago
7df1b9e
Start using the exported TEB structure from winternl.h where possible.
by Alexandre Julliard
· 22 years ago
46f0d60
Added CoDisconnectObject and CoRegisterMessageFilter prototypes.
by Dave Belanger
· 22 years ago
76a5e0a
Added speaker config macros.
by Robert Reif
· 22 years ago
9382aed
Add CLSID_HTMLDocument.
by Mike McCormack
· 22 years ago
bdde3a0
Define the IPersistMoniker interface.
by Mike McCormack
· 22 years ago
b91e9cb
Renamed a few more TEB fields.
by Alexandre Julliard
· 22 years ago
ee10678
Renamed EXCEPTION_FRAME to EXCEPTION_REGISTRATION_RECORD since that
by Alexandre Julliard
· 22 years ago
02f2813
Renamed a few TEB fields to use the "official" names.
by Alexandre Julliard
· 22 years ago
fca4a8f
Implement (most of) SetupIterateCabinet.
by Gregory M. Turner
· 22 years ago
01634c5
Removed some no longer needed definitions from stackframe.h.
by Alexandre Julliard
· 22 years ago
617839d
Added varargs support for 16-bit entry points.
by Alexandre Julliard
· 22 years ago
4ff79ad
Remove some unneeded __WINESRC__ tests from the headers.
by Dimitrie O. Paun
· 22 years ago
94463d7
Moved profile functions to dlls/kernel.
by Alexandre Julliard
· 22 years ago
a203421
Don't build memcpy_unaligned on 386 to avoid MSVC breakage (reported
by Alexandre Julliard
· 22 years ago
3be5d62
Moved 16-bit calls initialization and exception handling to kernel32.
by Alexandre Julliard
· 22 years ago
3a5b7cf
Extended WOWCallback16Ex to support register functions too. This
by Alexandre Julliard
· 22 years ago
9ca159b
Moved 16-bit builtin module handling to dlls/kernel/ne_module.c.
by Alexandre Julliard
· 22 years ago
5fbb446
Moved most of the 16-bit task support and NE module loader to dlls/kernel.
by Alexandre Julliard
· 22 years ago
1ccaaa1
Fixed prototypes of CreateStatusWindowA/W, ImageList_Copy,
by Filip Navara
· 22 years ago
dba8550
Removed obsolete WIN32_LastError definition.
by Alexandre Julliard
· 22 years ago
1e3042e
Removed no longer used internal definitions.
by Alexandre Julliard
· 22 years ago
0460094
Removed reference to the WINE_UNICODE_TEXT macro that no longer exists.
by Alexandre Julliard
· 22 years ago
aee989a
Store the debug info structure on the thread stack.
by Alexandre Julliard
· 22 years ago
6677ac4
Removed a few remaining WINVER checks.
by Alexandre Julliard
· 22 years ago
864ca06
winnls.h must not include winbase.h.
by Alexandre Julliard
· 22 years ago
5498cc5
Fix building libwine_unicode with w32api headers.
by Steven Edwards
· 22 years ago
9557d1b
Dlopen libncurses.so in wineconsole.
by Mike McCormack
· 22 years ago
dd0242d
Remove the dummy pthread functions and use -lpthread instead to
by Alexandre Julliard
· 22 years ago
f3d2a8d
Removed the DOSFS_ specific time related conversion routine, and make
by Eric Pouech
· 22 years ago
e0deb0c
Replaced remaining calls to PROFILE_GetWineIniString/Bool by direct
by Alexandre Julliard
· 22 years ago
5ac945c
Implement registry key unloading.
by Mike McCormack
· 22 years ago
449d10f
Fixed regression in process creation (std handle inheritance).
by Eric Pouech
· 22 years ago
e3869d5
Removed VERSION typedef.
by Erwin Wolff
· 22 years ago
0892285
Make RtlTimeToSecondsSince1970 consistent with other time calls.
by Jon Griffiths
· 22 years ago
81d19be
Make I1 fields explicitly signed.
by Jon Griffiths
· 22 years ago
228f22e
Add some new types and functions.
by Jon Griffiths
· 22 years ago
69229e7
Cast hresult error codes to HRESULT.
by Jon Griffiths
· 22 years ago
03d7998
Moved __errno_location() handling to pthread.c, and added similar
by Alexandre Julliard
· 22 years ago
2703584
Alias _vsnprintf as vsnprintf.
by Dimitrie O. Paun
· 22 years ago
2892dbd
Add definitions for the S_IS* macros.
by Dimitrie O. Paun
· 22 years ago
1fa4a1a
Add a bunch of IMAGE_SIZEOF_* constants.
by Dimitrie O. Paun
· 22 years ago
6386edc
Partial implementation of the Microsoft Installer (msi.dll).
by Mike McCormack
· 22 years ago
19b6a49
Allocate DebugInfo field for all critical sections (based on a patch
by Alexandre Julliard
· 22 years ago
3a910c7
Convert CreateDC to unicode in the driver interface.
by Dmitry Timoshkov
· 22 years ago
0e27c97
Stub implementation of FlashWindowEx.
by Mike McCormack
· 22 years ago
cbefdef
Consolidate all kernel power management functions.
by Dimitrie O. Paun
· 22 years ago
7342c33
Added two printer error codes.
by Mike McCormack
· 22 years ago
78a5047
Added ES_SELECTIONBAR style.
by Phil Krylov
· 22 years ago
5d8ffdc
Added some missing FR_* defines.
by Phil Krylov
· 22 years ago
039e131
Implemented inter-thread SendMessageCallback.
by Alexandre Julliard
· 22 years ago
65b4d2d
Fixed Ansi version of RenderFILENAME and implement a Unicode version.
by Martin Fuchs
· 22 years ago
a111466
Fixed GetFileEttributesEx define.
by Martin Fuchs
· 22 years ago
ad944f5
Extend for additional Shell Content and Attribute Flags.
by Martin Fuchs
· 22 years ago
36cd6f5
Added a security token object in wineserver.
by Mike McCormack
· 22 years ago
b317bf2
Make the PowerPC interlocked assembler code volatile.
by Pierre d'Herbemont
· 22 years ago
e7db6d9
Define SHGDNF.
by Martin Fuchs
· 22 years ago
1dde8d5
Define IExtractIcon for ANSI/Unicode.
by Martin Fuchs
· 22 years ago
87be464
Moved declaration of VTableProvStruc from dlls/advapi32/crypt.h to
by Mike McCormack
· 22 years ago
473c565
Split the dmusic interfaces.
by Rok Mandeljc
· 22 years ago
7924111
Add GetSystemWindowsDirectory, GetCurrentHwProfile.
by Jon Griffiths
· 22 years ago
cf2f57f
MSVC fixes.
by Jon Griffiths
· 22 years ago
0a00221
- add IMAGE_FILE_NET_RUN_FROM_SWAP define
by Jeff Muizelaar
· 22 years ago
b2b8a0d
Implemented password caching.
by Mike McCormack
· 22 years ago
5f17550
Don't redefine __WINE_USE_MSVCRT (msvc warning).
by Jon Griffiths
· 22 years ago
c0ae5f8
Fixed msvc warning.
by Jon Griffiths
· 22 years ago
7491dbd
Include oleauto.h before oleidl.h, as per native headers.
by Jon Griffiths
· 22 years ago
58422dc
Add a bunch of missing stuff.
by Jon Griffiths
· 22 years ago
3ca7612
Spelling fixes (s/occured/occurred/ and variants).
by Francois Gouget
· 22 years ago
efe8125
Authors: Mike McCormack <mike@codeweavers.com>, Lionel Ulmer <lionel.ulmer@free.fr>
by Alexandre Julliard
· 22 years ago
7f3074d
Change __PPC__ define to __powerpc__.
by Pierre d'Herbemont
· 22 years ago
601cdc9
Define constants of M_PI & M_PI_2.
by Casper Hornstrup
· 22 years ago
ca3ac8f
Run WH_KEYBOARD_LL and WH_MOUSE_LL hooks in the context of the thread
by Alexandre Julliard
· 22 years ago
09029b2
Implemented the SMTO_ABORTIFHUNG flag of SendMessageTimeout.
by Alexandre Julliard
· 22 years ago
17c69c6
Warning fix.
by Alexandre Julliard
· 22 years ago
da94dd4
Use inline versions of APIs only internally in Wine.
by Dmitry Timoshkov
· 22 years ago
8a8d1b9
Added support for CP_UNIXCP.
by Dmitry Timoshkov
· 22 years ago
4f196ea
Implemented the ThreadBasicInformation case for NtQueryInformationThread.
by Alexandre Julliard
· 22 years ago
56aaea2
Spelling fixes.
by Francois Gouget
· 22 years ago
4f4b980
Implemented NtRead/WriteVirtualMemory.
by Alexandre Julliard
· 22 years ago
Next »