Rename load_dynamic_stringW to msi_dup_record_field to better describe
[wine] / tools / winapi /
2005-10-18  Vincent BéronCorrect AtlModuleAddTermFunc prototype.
2005-10-08  Francois GougetMove all Unicode and Ansi string types to the %str...
2005-10-06  Francois Gougetwinapi_check does not use the '--extension' flag so...
2005-09-29  Vincent BéronUpdate winapi_check for "false" HAVE_* macros.
2005-09-29  Vincent BéronUpdate win32.api to current CVS.
2005-09-28  Vincent BéronDon't treat absence of conditional as config.h being...
2005-09-26  Francois GougetAdd iads.idl to define the IADsContainer interface.
2005-09-26  Francois Gougetvolatile is valid everywhere const is valid.
2005-09-26  Francois GougetHOLEMENU is a 'long' as far as winapi_check is concerned.
2005-09-26  Francois GougetUpdate win32.api to match the current sources.
2005-09-26  Francois GougetUpdate winapi_check so it considers 'longlong' (win...
2005-09-09  Vincent BéronUpdate the win32.api file to current CVS.
2005-09-06  Francois Gouget'volatile' is valid everywhere where 'const' is valid...
2005-08-19  Rémi AssaillyRemoved mcianim.
2005-08-17  Rémi AssaillyMoved mciseq to the top-level dlls directory.
2005-08-16  Francois GougetUse LPSTORAGE to better match the PSDK.
2005-08-12  Francois GougetAssorted spelling fixes.
2005-08-11  Vincent BéronCorrect a typo in winapi_local.pm.
2005-08-11  Vincent BéronAnother update to win*.api.
2005-08-10  Vincent BéronAnother update to the win*.api files.
2005-08-10  Vincent BéronSince windows/ is gone, headers for user are only in
2005-08-08  Vincent BéronRemove WINE_PACKED recognition.
2005-08-08  Vincent BéronUpdate win16.api/win32.api to current CVS.
2005-08-08  Vincent BéronRemove WINE_UNUSED checks.
2005-07-27  Rémi AssaillyMoved mcicda to the top-level dlls directory.
2005-07-24  Vincent BéronMake winapi_check learn to parse some constructs with...
2005-07-24  Vincent BéronRemove old stuff from winapi_check.
2005-07-22  Francois GougetUpdate win32.api to match the current sources.
2005-07-21  Rémi AssaillyMoved midimap to the top-level dlls directory.
2005-07-11  Francois GougetAdd missing types to win32.api.
2005-07-03  Mike McCormackAvoid warnings in generated tests by casting sizeof...
2005-06-30  Francois GougetUpdate win32.api to match current sources.
2005-06-28  James HawkinsAdd some missing types to win32.api.
2005-06-20  Saulius KrasuckasSync msvcmaker with make_ctests to generate valid code.
2005-06-17  Francois GougetUpdate the win(16|32).api files to match the current...
2005-06-17  Francois GougetFix the prototypes of SQLCreateDataSource*(), SQLGetPri...
2005-06-17  Francois GougetFix the FreeADsMem() prototype.
2005-06-17  Francois GougetRemove a check for obsolete directory and file special...
2005-06-17  Francois GougetWe should set the global $all_modules variable otherwis...
2005-06-09  Alexandre JulliardFixed a number of references to removed directories.
2005-05-16  Vincent BéronUpdate win16.api and win32.api to keep up with current...
2005-05-06  Francois GougetFix nativeapi.pm so it knows about AC_HEADER_STAT().
2005-05-06  Francois GougetHAVE_V4L2 is not an autoconf define so tell winapi_chec...
2005-05-06  Francois GougetUpdate win32.api to match the current sources.
2005-05-04  Alexandre JulliardGet rid of the winapi_check_dir config parameter.
2005-05-04  Hans LeidekkerMove all files from winapi_check/ to winapi/, and remov...
2005-04-22  Francois GougetAdd a powrprof section.
2005-04-22  Francois GougetAdd a definition for _ATL_REGMAP_ENTRY in atlbase.h.
2005-04-20  Francois GougetFix the DCICreatePrimary() prototype. It's supposed...
2005-04-20  Francois GougetTry to clarify the 'no translation defined' error.
2005-04-20  Francois GougetUpdate win32.api to match the current source.
2005-03-29  Vincent Béronrsabase doesn't use any types now, so remove it.
2005-03-21  Vincent BéronTeach winapi about types newly used in various dlls.
2005-01-26  Francois GougetAssorted spelling fixes.
2004-11-22  Steven EdwardsDefine "WINVER=0x0501 _WIN32_WINNT=0x0501 _WIN32_IE...
2004-10-30  Francois GougetMIDL_STUB_MESSAGE.UniquePtrCount has been renamed in...
2004-10-26  Francois GougetAdd function prototypes.
2004-10-25  Francois GougetFix the usage for non-boolean options, always print the
2004-10-22  Francois GougetReview and fix regular expressions of the form /^foo...
2004-10-21  Francois GougetStandardize on '%long --pointer'.
2004-10-21  Francois GougetFix some issues reported by winapi_check:
2004-10-21  Francois GougetFix the declaration of SymEnumSymbols() in dbghelp...
2004-10-11  Steven EdwardsCorrectly define WINVER, _WIN32_WINNT and _WIN32_IE...
2004-10-08  Vincent BéronUpdate types checked by winapi_check.
2004-10-07  Francois GougetDon't import parse_comma_list() unless necessary.
2004-10-06  Martin FuchsFix generation of config.h.
2004-10-06  Martin FuchsFix msvcmaker imports.
2004-10-05  Francois GougetIdentify comm.drv as a 16bit dll.
2004-10-05  Francois GougetLimit the length of progress messages to less than...
2004-10-05  Francois GougetAdd function prototypes.
2004-10-04  Francois GougetHandle the static libraries linked to using EXTRALIBS.
2004-09-23  Steven EdwardsDefine _WIN32_WINNT and _WIN32_IE versions for MS_VC...
2004-09-08  Francois GougetFix and unify parsing of calling conventions.
2004-09-07  Francois GougetFix c_parser.pm so it handles 'const' preceeding a...
2004-09-07  Francois GougetTest some more gdi types.
2004-09-07  Francois GougetTest some more urlmon types.
2004-09-06  Francois GougetTest some more ntdll types.
2004-09-06  Francois GougetDisable MSVC warning 4116 to avoid the 'unnamed type...
2004-09-01  Francois GougetDon't output the DECLSPEC_ALIGN() directives in the...
2004-08-31  Alexandre JulliardMoved all files from the controls/ directory to dlls...
2004-08-25  Francois GougetEnable the disabled tests in tests.data or add a commen...
2004-08-24  Francois GougetFix alignment issues for MEMORYSTATUSEX, WIN32_STREAM_I...
2004-08-22  Francois GougetUpdate FPO_DATA and IMAGE_LOAD_CONFIG_DIRECTORY to...
2004-08-22  Francois GougetRemove these Wine-only types:
2004-08-22  Francois GougetDECLARE_OLD_HANDLE is not used anymore.
2004-08-20  Francois GougetFix packing bug in shlobj.h.
2004-08-19  Francois GougetRemove types that don't exist from tests.dat.
2004-08-16  Francois GougetAdd the CCHILDREN_TITLEBAR+1 and NUM_POINTS macros.
2004-08-14  Francois GougetAvoid annoying 'macro redefinition' warnings by defining
2004-08-13  Francois GougetFix the PSID and PSECURITY_DESCRIPTOR types.
2004-08-13  Francois GougetThe Windows headers don't define PEXCEPTION_REGISTRATIO...
2004-08-13  Francois GougetFix compilation of the wininet generated tests with...
2004-08-11  Francois GougetRemove LPFILESYSTEMBINDDATA as it's not defined in...
2004-08-11  Francois GougetDon't define __WINE_USE_MSVCRT in the Visual C++ projec...
2004-07-16  Francois GougetFix msvcmaker so the generated testlist.c files include...
2004-05-17  Patrik Stridvall- API files update.
2004-05-04  Hans Leidekker- Assume 8 byte maximum alignment.
2004-03-22  Steven EdwardsRemove reference to old graphics directory
2004-02-27  Patrik StridvallAPI files update.
2004-02-20  Patrik Stridvall- API files update.
next