- Update the address of the Free Software Foundation.
Andrew Talbot <[email protected]>
- Exclude unused headers.
Aric Stewart <[email protected]>
- Update the debug functions to handle Unicode value pidl.
- Add _ILIsUnicode as a simple pidl test.
Michael Stefaniuc <[email protected]>
- The Data1 member of the GUID struct needs to be an unsigned int too for Win64 compatibility.
Hans Leidekker <[email protected]>
- Win64 printf format warning fixes.
svn path=/trunk/; revision=29492
- Exclude unused headers.
Hans Leidekker <[email protected]>
- Add a stub implementation for SHMapIDListToImageListIndexAsync.
Jonathan Ernst <[email protected]>
- Update the address of the Free Software Foundation.
Martin Fuchs <[email protected]>
- Fix folder icon index when read from registry.
- Change "DWORD dwNr" into "int icon_idx" at several places.
-----------------------------------------
ReactOS specific:
- PrivateExtractIconW is an undocumented user32 function. Dynamically get the function with GetProcAddress at runtime (readd)
svn path=/trunk/; revision=29488
shfldr_mycomp.c:
Rob Shearman <[email protected]>
Return Unicode strings from all of the IShellFolder::GetDisplayNameOf functions in not running in Win9x mode.
Hans Leidekker <[email protected]>
shell32: Win64 printf format warning fixes.
James Hawkins <[email protected]>
janitorial: Remove redundant NULL checks before SHFree.
Robert Shearman <[email protected]>
shell32: Convert ISF_MyComputer_fnGetDisplayNameOf to Unicode.
--------------------------------------------------
- ReactOS specific:
- return always in unicode
svn path=/trunk/; revision=29487
autocomplete.c:
Andrew Talbot <[email protected]>
Exclude unused headers Constify some variables.
-----------------------------------------------------
dde.c:
Jonathan Ernst <[email protected]>
Update the address of the Free Software Foundation.
-----------------------------------------------------
dragdrophelper.c:
Jonathan Ernst <[email protected]>
Update the address of the Free Software Foundation.
Hans Leidekker <[email protected]>
Win64 printf format warning fixes.
-----------------------------------------------------
enumidlist.c:
Jonathan Ernst <[email protected]>
Update the address of the Free Software Foundation.
Hans Leidekker <[email protected]>
Win64 printf format warning fixes.
-----------------------------------------------------
enumidlist.h:
Jonathan Ernst <[email protected]>
Update the address of the Free Software Foundation.
-----------------------------------------------------
shellreg.c:
Andrew Talbot <[email protected]>
Exclude unused headers.
Detlef Riekenberg <[email protected]>
Implement SHRegQueryValueA with RegQueryValueA.
Jonathan Ernst <[email protected]>
Update the address of the Free Software Foundation.
-----------------------------------------------------
shellstring.c:
Jonathan Ernst <[email protected]>
Update the address of the Free Software Foundation.
Hans Leidekker <[email protected]>
Win64 printf format warning fixes.
Andrew Talbot <[email protected]>
Exclude unused headers.
-----------------------------------------------------
shlfsbind.c
Jonathan Ernst <[email protected]>
Update the address of the Free Software Foundation.
Hans Leidekker <[email protected]>
shell32: Win64 printf format warning fixes.
Andrew Talbot <[email protected]>
shell32: Exclude unused headers.
-----------------------------------------------------
shlmenu.c:
Dmitry Timoshkov <[email protected]>
Switch to using 'long' for INT_PTR type for 64-bit compatibility.
Andrew Talbot <[email protected]>
Exclude unused headers.
Hans Leidekker <[email protected]>
Win64 printf format warning fixes.
James Hawkins <[email protected]>
janitorial: Remove redundant NULL checks before SHFree.
Francois Gouget <[email protected]>
Fix spelling of a local variable.
Jonathan Ernst <[email protected]>
Update the address of the Free Software Foundation.
-----------------------------------------------------
shpolicy.c:
Dmitry Timoshkov <[email protected]>
Make some data static and const.
Jonathan Ernst <[email protected]>
Update the address of the Free Software Foundation.
svn path=/trunk/; revision=29485
- Add two checks for infinite loops. The latter gets triggered in some cases, a memory overwrite is suspected, or a race condition.
svn path=/trunk/; revision=29471
- Modify/Remove action: Wait for the process completion and only then become active again (like Windows' AppWiz does)
- Move Updates to another tab
- Move all include directives to appwiz.h
- Add context menu for applications list
- Slightly change this applet's design
- Add an icon for ReactOS setup and Update tabs
- Add a working Download! button. This button is active only if Download!.exe exists in system32 directory when appwiz.cpl starts
- Other small changes
svn path=/trunk/; revision=29458
- rewrite line extraction (currently if'0)
- add Wine gettimeofday implementation (currently if'0)
- apply sources changes to SymbolFile class
- remove unicode support class
- fix a bug in the createProcess version for windows hosts which randomly led to invalid boot hdd error messages
svn path=/trunk/; revision=29450
- Make dbghelp.dll use strtoui64 instead. Another solution would be to add it to libwine, but it will make code duplication even worse (strtoull is already implemented in two places).
svn path=/trunk/; revision=29440