The first 2 parameters of WinMain are HINSTANCEs, not HANDLEs.
[wine] / dlls /
2001-01-04  Francois GougetRemoved the 'fn' prefix (i.e. ICOM_FN).
2001-01-04  Alexandre JulliardAuthors: Andrew Lewycky <andrew@transgaming.com>, Gavri...
2001-01-04  Eric PouechAdded a few missing parts.
2001-01-04  Alexandre JulliardFixed dll dependencies.
2001-01-04  Eric PouechNow using manifest constant instead of raw values for...
2001-01-04  Mike McCormackAdded Ulrich Weigand's description of KERNEL32_99.
2001-01-04  Marcus MeissnerSet fragments for wave input to 7 x 1024 byte.
2001-01-04  Eric PouechFixed loading of 16 bit drivers.
2001-01-03  Eric PouechRemoved duplicate field in internal structure.
2001-01-03  Eric PouechAdded support for the DRVM_MAPPER_STATUS message.
2001-01-03  Eric PouechReplaced pointers to external functions by a DLL import.
2001-01-03  Andreas MohrFixed bitmap size handling.
2001-01-02  Marcus MeissnerImplement PrintDlg16 better (adding PrintDlgProc16...
2001-01-02  François GougetRemoved an '#ifdef STRICT'.
2001-01-02  Ove KaavenBugfix for sound dropping out, and workaround for Half...
2001-01-02  François GougetMoved HDROP to shellapi.h.
2001-01-02  Andreas MohrReturn 8.3 file names.
2001-01-02  Marcus MeissnerA socket becomes readable after connect in Linux 2...
2001-01-02  Marcus MeissnerRead 4 bytes to wake up GETISPACE.
2001-01-02  Marcus MeissnerAdded one safety check to AFM parsing.
2001-01-02  Marcus Meissner16bit user GetProp/SetProp get strings or atoms, so...
2001-01-02  François GougetFixed some 0 vs. FALSE mismatches.
2001-01-02  Andreas MohrAdded Reserved5 -> lstrcmp16.
2001-01-02  Andreas MohrCode was checking for 0 or HFILE_ERROR instead of negat...
2000-12-29  Mike McCormackImprove async i/o compatability. lpOverlapped->Internal...
2000-12-29  Ian PilcherUse a case-insensitive comparison to match PostScript...
2000-12-29  Andreas Mohr- implemented passive FTP transfers (PASV, needed for...
2000-12-29  Ove KaavenFixed small race condition between vm86_enter() and...
2000-12-29  Rein KlazesTest pointer before it is dereferenced in CreateEventW().
2000-12-27  Ulrich WeigandDon't link with libw if libc already contains w* routines.
2000-12-27  Ulrich WeigandCompile fix if HAVE_OSS is not defined.
2000-12-27  Ulrich WeigandImport kernel32 (for SetLastError()).
2000-12-27  Ulrich WeigandAdded check whether unaligned memory access is allowed.
2000-12-27  Andreas Mohr- clarify many error messages
2000-12-27  Ove KaavenRelease the Win16 lock before starting the DOS process...
2000-12-27  Ove KaavenSince DOSVM_Wait() blocks the normal event processing...
2000-12-26  Eric PouechNo longer using function pointers to winmm and msvfw32...
2000-12-26  Ove KaavenSeparated the MZ loader and core DOS VM into dlls/winedos.
2000-12-26  Francois GougetAdded GetDCBrushColor and GetDCPenColor.
2000-12-24  François GougetMoved HRASCONN from windef.h.
2000-12-22  Eric PouechReplaced calls to KERNEL.Yield16 by calls to KERNEL32...
2000-12-22  Hidenori TakeshimaUse dllwrap for building shared libraries in cygwin.
2000-12-22  Ove KaavenMore intelligent DirectSound prebuffering. By tracking the
2000-12-22  Joerg MayerAdd %fs info to the critical section timeout message.
2000-12-22  Alexandre JulliardUse a separate FIFO pair for server requests that don...
2000-12-22  Marcus MeissnerIDirectDrawSurface::Blt::SRCCOPY is the default ROP...
2000-12-22  Eric PouechAdded some 16 bit entry points needed by multimedia...
2000-12-22  Alexandre JulliardReplaced WIN16_GlobalLock16 by "official" function...
2000-12-21  Patrik StridvallFixed some issues found by winapi_check.
2000-12-21  Marcus MeissnerHandle errors for IDsDriver_GetPosition.
2000-12-21  Eric PouechCleaned up the code a bit.
2000-12-21  Ove KaavenEnable the DirectSound HAL for sound drivers that do...
2000-12-21  Francois Jacques- TLB_DoFuncs: code cleanup and elemdescFunc read corre...
2000-12-21  Dmitry TimoshkovDo not free the not owned error string.
2000-12-21  Francois JacquesUpdated SafeArrayGetUBound and SafeArrayGetLBound with...
2000-12-21  Eric PouechRewrote the allocation of MM driver descriptors.
2000-12-20  Alexandre JulliardFixed debug routines to work before the process heap...
2000-12-19  Andrew JohnstonDocumentation update.
2000-12-19  François GougetDUMMYSTRUCTNAME2 creates a conflict when using anonymou...
2000-12-19  Francois JacquesImplementation of Dispatch API.
2000-12-19  Jon Griffiths- Add several mbcs and CP 932 functions, fix some exist...
2000-12-19  Marcus Meissnershlwapi forwarders for SetWindowLongW and CallWindowProcW.
2000-12-19  Dmitry TimoshkovNew unicode edit control.
2000-12-19  François Gougetwinuser.h now requires that we include winbase.h first.
2000-12-19  Ulrich WeigandFixed IMAGE_RESOURCE_DIRECTORY_ENTRY on big-endian...
2000-12-19  Gerard PatelStub for DllDebugObjectRPCHook.
2000-12-19  Gerard PatelMisc fixes for QueryPathOfRegTypeLib, TLB_ReadTypeLib,
2000-12-19  Gerard PatelDo not send a WM_NOTIFYFORMAT to a non-existent owner.
2000-12-19  Marcus MeissnerImplemented DIGDD_PEEK for SysMouseA::GetDeviceData.
2000-12-18  Hidenori TakeshimaImplemented keyboard layout and context - far from...
2000-12-18  Guy L. Albertelli- Implement drag for vertical rebars (drag up and down).
2000-12-18  Guy L. AlbertelliPass WM_COMMAND and WM_NOTIFY to parent as received.
2000-12-18  Gerard PatelChange the current directory as the user browses the...
2000-12-18  David ElliottChanged typo va_list to valist.
2000-12-18  Marcus MeissnerMapping for ICM_SETSTATE (ptr in lParam1 to private...
2000-12-16  Patrik StridvallFixed some issues found by winapi_check.
2000-12-16  Jon Griffiths- Fix _fullpath & splitpath, winapi_check fixes
2000-12-16  Alexandre JulliardAvoid a couple of dependencies on input.c internal...
2000-12-16  Alexandre JulliardFixed infinite loop in CRTDLL__fcloseall.
2000-12-16  Hidenori TakeshimaImplemented some APIs and IME class - far from complete.
2000-12-16  Marcus MeissnerCheck for NULL before doing IsEqualGUID().
2000-12-16  Eric PouechFixed loading of 16 bit MCI drivers (for command tables).
2000-12-16  Andreas Mohr- don't initialize with pFirstLDD if pFirstLDD isn...
2000-12-15  Hidenori TakeshimaImplemented some DDK APIs - far from complete.
2000-12-15  Alexandre JulliardConverted enum_key_value request to the new request...
2000-12-15  Aric StewartFixed some difficulties with the font on vertical tabs...
2000-12-15  Ulrich CzekallaMark width as valid when we send HDN_ENDTRACKA.
2000-12-15  Huw D M DaviesCheck to see whether any ancestor windows are drop...
2000-12-15  François GougetRemoved the declspec specifier.
2000-12-15  Alexandre JulliardAdded support for Unicode applications in winebuild.
2000-12-14  Vasily I. VolchenkoAdded more Russian support.
2000-12-14  Hidenori TakeshimaAdded a spec file for 16bit imm.
2000-12-14  Marcus MeissnerIf DirectDrawCreate gets passed a IDirectDraw{2,4,7...
2000-12-14  Francois GougetRemoved the name of APIs exported by ordinal.
2000-12-14  Nemeth PeterSome NLS updates.
2000-12-13  James AbbatielloWork around glibc 2.1.x dlopen bug (again).
2000-12-13  Andreas Mohr- implemented proper LDD/LDID handling
2000-12-13  Andreas MohrSHGetMalloc must use MEMCTX_TASK, otherwise CoGetMalloc...
2000-12-13  Eric KohlImplemented _ultow() and export [Nt/Zw]QueryVolumeInfor...
2000-12-13  Alexandre JulliardRemoved some unnecessary includes.
next