Make FindResource and FindResourceEx fully windows compatible.
[wine] / include /
2000-08-11  Dmitry TimoshkovMake FindResource and FindResourceEx fully windows...
2000-08-11  Damyan OgnyanoffRemove some obsolete #define's - strlwr and strupr...
2000-08-11  Alexandre JulliardAdded UTF-8 conversion support.
2000-08-11  Ove KaavenAdded a few more anonymous union definitions.
2000-08-11  Ove KaavenFixed C++ operators return value.
2000-08-10  Alexandre JulliardMerged clipboard driver into USER driver.
2000-08-09  Alexandre JulliardRemoved some unnecessary #includes and dll dependencies.
2000-08-09  Alexandre JulliardMake PDB, ENVDB and STARTUPINFO global variables.
2000-08-09  Alexandre JulliardRemoved the DOS handles table from the PDB and made...
2000-08-09  Alexandre JulliardRemoved obsolete SHMDATA parameter in GLOBAL_CreateBlock.
2000-08-09  James HathewayFixed typo in the IDispatch_GetTypeInfo macro.
2000-08-09  Alexandre JulliardMoved a few non-standard headers into their respective...
2000-08-09  Alexandre JulliardInstall all standard Windows includes, plus some from...
2000-08-09  Alexandre JulliardRemoved all non-standard common control headers from...
2000-08-09  Alexandre JulliardMoved struct32.c to windows directory.
2000-08-08  Alexandre JulliardSmall dll interfaces cleanups.
2000-08-08  Marcus MeissnerEased restrictions on OpenGL/MESA usage a bit. It compi...
2000-08-08  Aric StewartReworked how selections are kept track of in the list...
2000-08-07  Alexandre JulliardFixed resource functions to work with 32-bit modules...
2000-08-07  Ove KaavenAdded a few DirectInput 7 definitions and C++ fixes.
2000-08-07  Alexandre Julliard- Fixed resource functions to work directly from the...
2000-08-07  Ove KaavenProtect the prototypes in here from C++ name mangling...
2000-08-07  Marcus Meissnerinline must be first attribute in function definition.
2000-08-06  Alexandre JulliardMoved most USER string functions to dlls/user.
2000-08-04  Patrik StridvallFixed issues found by winapi_check.
2000-08-04  Alexandre JulliardRemoved a few dependencies on GDI internals from USER...
2000-08-03  Andreas MohrFixed the Win16/Win32 structure size/alignment differen...
2000-08-03  Huw D M DaviesRedo the show/hide logic and add a comment to explain...
2000-08-03  Juergen SchmiedImplemented the ErrorInfo interfaces.
2000-08-03  Alexandre JulliardFixed IShellLinkA/W definitions.
2000-08-03  Alexandre JulliardAdded guiddef.h and moved a few GUID definitions to...
2000-08-03  Dmitry TimoshkovLOCALE_NOUSEROVERRIDE means: do not get user redefined...
2000-08-02  Alexandre JulliardRelease 20000801. wine-20000801
2000-08-02  Jeremy WhiteAdded WM_TCARD and DWORDLONG.
2000-08-01  Peter GantenMoved Wine private heap creation flags to other values.
2000-08-01  Gerard PatelChanged the win31 style file dialog to 32 bits structur...
2000-08-01  Aric StewartFixed a few bugs including one with setting extended...
2000-08-01  Marcus MeissnerRemoved unnecessary X11 includes from ddraw.h.
2000-08-01  Andreas MohrAdded an uninstaller for InstallShield, WISE etc.
2000-07-31  Alexandre JulliardCleaned up some more USER dependencies.
2000-07-31  Alexandre JulliardMoved system metrics definitions to winuser.h.
2000-07-31  Ove KaavenRemoved DOS task fields from the NE_MODULE structure.
2000-07-31  Alexandre JulliardBacked out FindResource language patch.
2000-07-31  Ove KaavenConvert DOS (MZ) binary loader to the new DOS process...
2000-07-30  Alexandre JulliardCleaned up a few USER dependencies.
2000-07-30  Ove KaavenRemoved hModule parameter from MZ_AllocDPMITask(),...
2000-07-30  Ove KaavenMade DOSMEM_Init() take a BOOL parameter instead of...
2000-07-29  Alexandre JulliardRemoved some unnecessary inclusions of wingdi.h and...
2000-07-29  Alexandre JulliardRemoved a few external dependencies from ntdll.
2000-07-29  Ove KaavenAdded support for the Win32 Console interface to the...
2000-07-29  Ove KaavenLet Int09 routines remember a keystroke's ASCII code...
2000-07-29  Dmitry TimoshkovFindResourceExA/W should search for the specified langu...
2000-07-29  Marcus MeissnerNo longer crash when running with DirectDraw with a...
2000-07-28  Ove KaavenAdd X11DRV_DIB_UpdateDIBSection2 that takes a HBITMAP...
2000-07-28  Francois Jacques- implementation of SetWindowsRgn and GetWindowRgn
2000-07-28  Ove KaavenRemoved the hModule parameter from various DOSMEM routi...
2000-07-28  Patrik StridvallFixed some warnings.
2000-07-28  Huw D M DaviesAdd Connection Point support to OLE font objects.
2000-07-28  Alexandre JulliardAdded 'owner' field to 16-bit spec files to specify...
2000-07-26  Alexandre JulliardMerged setupx.dll into setupapi.dll.
2000-07-26  Eric Pouech- removed (now obsolete) driver.h file (it's content...
2000-07-25  Andreas Mohr- fixed a gross bug in SetCurrentDirectoryA (where...
2000-07-25  Alexandre JulliardMoved FORMAT_MESSAGE flags definition to winbase.h.
2000-07-25  Alexandre JulliardMoved thunking functions off to kernel32.dll.
2000-07-25  Dmitry TimoshkovMake fnt2bdf produce correct fonts.
2000-07-25  Alexandre JulliardPerform NE_InitProcess in the context of the new task.
2000-07-23  Lionel UlmerDetect broken glext.h headers.
2000-07-23  Mike McCormackImplemented lineGetCountry. (works with HyperTrm.exe)
2000-07-23  Francois GougetRemoved duplicate declaration of AddAccessAllowedAce.
2000-07-23  Ove KaavenAdded a few C++ operators to Direct3D structures, and...
2000-07-23  Ove KaavenAdded some DirectDraw7-related definitions.
2000-07-23  Marcus MeissnerMake non-existence of (f)lex an error.
2000-07-23  Ove KaavenAdded a few Win32 definitions.
2000-07-23  Ove KaavenReduce scope of "Status" #ifdef hack.
2000-07-23  Ove KaavenChange the V86BASE macro to call DOSMEM_MemoryBase...
2000-07-16  Alexandre JulliardRelease 20000716. wine-20000716
2000-07-16  Alexandre JulliardGet full path of argv[0] before we change directories.
2000-07-16  Andreas MohrDoc and trace updates.
2000-07-16  Marcus MeissnerTransmit current directory settings to newly created...
2000-07-16  Lionel Ulmer- fix Direct3D support and a lot of warnings
2000-07-15  Alexandre JulliardMade --language behave the same as setting the LANGUAGE...
2000-07-15  Huw D M DaviesCreate rpcrt4.dll.
2000-07-10  Peter Hunnisett- Make ref counting a little more efficient
2000-07-10  Dmitry TimoshkovConvert WND.text field to Unicode.
2000-07-10  Marcus MeissnerStub for RegisterDeviceNotificationA.
2000-07-09  Hidenori TakeshimaAdded configure check for libutil.h.
2000-07-08  Matthew LakeAdded some missing definitions.
2000-07-08  Francois JacquesImplemented SafeArrayGetVarType.
2000-07-08  Francois JacquesAdded setupapi shared library and SetupIterateCabinet...
2000-07-08  Bradley BaetzImplemented a large number of the msvideo dll routines.
2000-07-08  Slava MonichImplementation of Get/SetThreadPriorityBoost.
2000-06-25  Eric PouechSeveral fixes spotted by Corel (Jean-Claude Batista...
2000-06-24  Alexandre JulliardMake sure the cmdline passed to CreateProcessA is write...
2000-06-24  Juergen Schmied- removed hack to find the right resource
2000-06-24  Hidenori TakeshimaGetCommandLine should return non-const strings.
2000-06-24  Juergen Schmied- many new Path* stubs
2000-06-24  Ove KaavenImplemented the DirectSound HAL mode for DMA primary...
2000-06-24  Andreas MohrImplemented/stubbed IconSize() and ControlPanelInfo...
2000-06-24  Hidenori TakeshimaAdded IDI_WINLOGO.
2000-06-24  Alexandre JulliardRemoved MIME garbage.
next