Convert MsiEnumComponentQualifiers to use msi_strcpy_to_awstring.
[wine] / dlls / ntdll / relay.c
2005-09-18  Alexandre JulliardMake the users of wine_call_from_32_regs save %eax...
2005-07-22  Alexandre JulliardAdded small assembly wrapper to call entry points witho...
2005-07-13  Alexandre JulliardInitialize relay debugging earlier on now that the...
2005-07-01  Alexandre JulliardImprove a bit the assembly generated for import thunks.
2005-06-21  Mike McCormackDon't include winbase.h or winerror.h when not necessary.
2005-06-17  Mike McCormackUse HANDLE instead of HKEY in the NT API.
2005-06-16  Alexandre JulliardMake import thunks position-independent to avoid text...
2005-06-16  Alexandre JulliardStore a relative pointer for registry entry points...
2005-06-16  Alexandre JulliardUse the DEFINE_REGS_ENTRYPOINT macro to define register...
2005-06-14  Alexandre JulliardMoved debugging config options to HKCU\Software\Wine...
2005-06-13  Alexandre JulliardAdded magic comments to all Wine-specific registry...
2005-03-24  Rein KlazesSupport relay tracing of functions with 18 arguments.
2005-02-22  Ivan Leo PuotiReplace GetCurrentProcess() with NtCurrentProcess(...
2004-10-11  Robert ShearmanFix NtAllocateVirtualMemory declaration and fix users...
2004-08-13  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-08-02  Alexandre JulliardMake relay and snooping work for LoadLibrary+GetProcAdd...
2004-06-18  Pierre d'HerbemontFix a compile error for SNOOP_GetProcAddress and RELAY_...
2004-06-15  Eric PouechConst correctness.
2004-04-17  Emmanuel MaillardFix a compile error for SNOOP_GetProcAddress on non...
2004-03-16  Mike Hearn- Add debug SnoopFromInclude/SnoopFromExclude options.
2004-03-12  Alexandre JulliardGet rid of ntdll_get_process_heap and ntdll_get_process...
2003-12-01  Alexandre JulliardAllow RELAY_SetupDLL to be called twice on the same...
2003-11-26  Dmitry TimoshkovFix another RtlReAllocateHeap call.
2003-10-16  Alexandre JulliardFixed handling of relay and snoop include/exclude lists...
2003-10-08  Alexandre JulliardDuplicate parts of the relay debugging init code into...
2003-10-04  Uwe BonnesSNOOP_ShowDebugmsgSnoop(): check for NULL function...
2003-09-29  Alexandre JulliardConverted most of the loader code to Unicode.
2003-09-22  Steven EdwardsPorting fix.
2003-09-19  Alexandre JulliardMoved 32-bit relay and snoop support to dlls/ntdll.