And the bug was...?<div><br clear="all">Best regards,<br>Alex Ionescu<br>
<br><br><div class="gmail_quote">On Sat, Sep 3, 2011 at 11:56 AM,  <span dir="ltr">&lt;<a href="mailto:rharabien@svn.reactos.org">rharabien@svn.reactos.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Author: rharabien<br>
Date: Sat Sep  3 10:56:36 2011<br>
New Revision: 53542<br>
<br>
URL: <a href="http://svn.reactos.org/svn/reactos?rev=53542&amp;view=rev" target="_blank">http://svn.reactos.org/svn/reactos?rev=53542&amp;view=rev</a><br>
Log:<br>
[FREELDR]<br>
- Introduce WINE-like debug macros ERR, FIXME, WARN and TRACE<br>
- Always show ERR and FIXME information<br>
- WARN and TRACE are enabled by DebugPrintMask in debug.c as before<br>
- Thanks to new macros find bug in CMake livecd creation and fix it<br>
<br>
Modified:<br>
    trunk/reactos/boot/freeldr/freeldr/CMakeLists.txt<br>
    trunk/reactos/boot/freeldr/freeldr/arch/amd64/winldr.c<br>
    trunk/reactos/boot/freeldr/freeldr/arch/i386/drivemap.c<br>
    trunk/reactos/boot/freeldr/freeldr/arch/i386/hardware.c<br>
    trunk/reactos/boot/freeldr/freeldr/arch/i386/hwacpi.c<br>
    trunk/reactos/boot/freeldr/freeldr/arch/i386/hwapm.c<br>
    trunk/reactos/boot/freeldr/freeldr/arch/i386/hwpci.c<br>
    trunk/reactos/boot/freeldr/freeldr/arch/i386/i386disk.c<br>
    trunk/reactos/boot/freeldr/freeldr/arch/i386/i386vid.c<br>
    trunk/reactos/boot/freeldr/freeldr/arch/i386/pcdisk.c<br>
    trunk/reactos/boot/freeldr/freeldr/arch/i386/pcmem.c<br>
    trunk/reactos/boot/freeldr/freeldr/arch/i386/pcvideo.c<br>
    trunk/reactos/boot/freeldr/freeldr/arch/i386/winldr.c<br>
    trunk/reactos/boot/freeldr/freeldr/arch/i386/xboxdisk.c<br>
    trunk/reactos/boot/freeldr/freeldr/arch/i386/xboxhw.c<br>
    trunk/reactos/boot/freeldr/freeldr/cache/blocklist.c<br>
    trunk/reactos/boot/freeldr/freeldr/cache/cache.c<br>
    trunk/reactos/boot/freeldr/freeldr/debug.c<br>
    trunk/reactos/boot/freeldr/freeldr/disk/disk.c<br>
    trunk/reactos/boot/freeldr/freeldr/disk/partition.c<br>
    trunk/reactos/boot/freeldr/freeldr/disk/scsiport.c<br>
    trunk/reactos/boot/freeldr/freeldr/freeldr.c<br>
    trunk/reactos/boot/freeldr/freeldr/fs/ext2.c<br>
    trunk/reactos/boot/freeldr/freeldr/fs/fat.c<br>
    trunk/reactos/boot/freeldr/freeldr/fs/fs.c<br>
    trunk/reactos/boot/freeldr/freeldr/fs/iso.c<br>
    trunk/reactos/boot/freeldr/freeldr/fs/ntfs.c<br>
    trunk/reactos/boot/freeldr/freeldr/fs/pxe.c<br>
    trunk/reactos/boot/freeldr/freeldr/include/debug.h<br>
    trunk/reactos/boot/freeldr/freeldr/inifile/inifile.c<br>
    trunk/reactos/boot/freeldr/freeldr/inifile/parse.c<br>
    trunk/reactos/boot/freeldr/freeldr/linuxboot.c<br>
    trunk/reactos/boot/freeldr/freeldr/mm/meminit.c<br>
    trunk/reactos/boot/freeldr/freeldr/mm/mm.c<br>
    trunk/reactos/boot/freeldr/freeldr/reactos/binhive.c<br>
    trunk/reactos/boot/freeldr/freeldr/reactos/registry.c<br>
    trunk/reactos/boot/freeldr/freeldr/ui/ui.c<br>
    trunk/reactos/boot/freeldr/freeldr/windows/conversion.c<br>
    trunk/reactos/boot/freeldr/freeldr/windows/peloader.c<br>
    trunk/reactos/boot/freeldr/freeldr/windows/setupldr.c<br>
    trunk/reactos/boot/freeldr/freeldr/windows/winldr.c<br>
    trunk/reactos/boot/freeldr/freeldr/windows/wlmemory.c<br>
    trunk/reactos/boot/freeldr/freeldr/windows/wlregistry.c<br>
<br>
[This mail would be too long, it was shortened to contain the URLs only.]<br>
<br>
Modified: trunk/reactos/boot/freeldr/freeldr/CMakeLists.txt<br>
URL: <a href="http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/CMakeLists.txt?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff" target="_blank">http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/CMakeLists.txt?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff</a><br>


<br>
Modified: trunk/reactos/boot/freeldr/freeldr/arch/amd64/winldr.c<br>
URL: <a href="http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/amd64/winldr.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff" target="_blank">http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/amd64/winldr.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff</a><br>


<br>
Modified: trunk/reactos/boot/freeldr/freeldr/arch/i386/drivemap.c<br>
URL: <a href="http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i386/drivemap.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff" target="_blank">http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i386/drivemap.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff</a><br>


<br>
Modified: trunk/reactos/boot/freeldr/freeldr/arch/i386/hardware.c<br>
URL: <a href="http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i386/hardware.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff" target="_blank">http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i386/hardware.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff</a><br>


<br>
Modified: trunk/reactos/boot/freeldr/freeldr/arch/i386/hwacpi.c<br>
URL: <a href="http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i386/hwacpi.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff" target="_blank">http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i386/hwacpi.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff</a><br>


<br>
Modified: trunk/reactos/boot/freeldr/freeldr/arch/i386/hwapm.c<br>
URL: <a href="http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i386/hwapm.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff" target="_blank">http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i386/hwapm.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff</a><br>


<br>
Modified: trunk/reactos/boot/freeldr/freeldr/arch/i386/hwpci.c<br>
URL: <a href="http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i386/hwpci.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff" target="_blank">http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i386/hwpci.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff</a><br>


<br>
Modified: trunk/reactos/boot/freeldr/freeldr/arch/i386/i386disk.c<br>
URL: <a href="http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i386/i386disk.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff" target="_blank">http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i386/i386disk.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff</a><br>


<br>
Modified: trunk/reactos/boot/freeldr/freeldr/arch/i386/i386vid.c<br>
URL: <a href="http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i386/i386vid.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff" target="_blank">http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i386/i386vid.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff</a><br>


<br>
Modified: trunk/reactos/boot/freeldr/freeldr/arch/i386/pcdisk.c<br>
URL: <a href="http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i386/pcdisk.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff" target="_blank">http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i386/pcdisk.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff</a><br>


<br>
Modified: trunk/reactos/boot/freeldr/freeldr/arch/i386/pcmem.c<br>
URL: <a href="http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i386/pcmem.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff" target="_blank">http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i386/pcmem.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff</a><br>


<br>
Modified: trunk/reactos/boot/freeldr/freeldr/arch/i386/pcvideo.c<br>
URL: <a href="http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i386/pcvideo.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff" target="_blank">http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i386/pcvideo.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff</a><br>


<br>
Modified: trunk/reactos/boot/freeldr/freeldr/arch/i386/winldr.c<br>
URL: <a href="http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i386/winldr.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff" target="_blank">http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i386/winldr.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff</a><br>


<br>
Modified: trunk/reactos/boot/freeldr/freeldr/arch/i386/xboxdisk.c<br>
URL: <a href="http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i386/xboxdisk.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff" target="_blank">http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i386/xboxdisk.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff</a><br>


<br>
Modified: trunk/reactos/boot/freeldr/freeldr/arch/i386/xboxhw.c<br>
URL: <a href="http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i386/xboxhw.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff" target="_blank">http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i386/xboxhw.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff</a><br>


<br>
Modified: trunk/reactos/boot/freeldr/freeldr/cache/blocklist.c<br>
URL: <a href="http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/cache/blocklist.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff" target="_blank">http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/cache/blocklist.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff</a><br>


<br>
Modified: trunk/reactos/boot/freeldr/freeldr/cache/cache.c<br>
URL: <a href="http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/cache/cache.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff" target="_blank">http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/cache/cache.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff</a><br>


<br>
Modified: trunk/reactos/boot/freeldr/freeldr/debug.c<br>
URL: <a href="http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/debug.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff" target="_blank">http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/debug.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff</a><br>


<br>
Modified: trunk/reactos/boot/freeldr/freeldr/disk/disk.c<br>
URL: <a href="http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/disk/disk.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff" target="_blank">http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/disk/disk.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff</a><br>


<br>
Modified: trunk/reactos/boot/freeldr/freeldr/disk/partition.c<br>
URL: <a href="http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/disk/partition.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff" target="_blank">http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/disk/partition.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff</a><br>


<br>
Modified: trunk/reactos/boot/freeldr/freeldr/disk/scsiport.c<br>
URL: <a href="http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/disk/scsiport.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff" target="_blank">http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/disk/scsiport.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff</a><br>


<br>
Modified: trunk/reactos/boot/freeldr/freeldr/freeldr.c<br>
URL: <a href="http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/freeldr.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff" target="_blank">http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/freeldr.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff</a><br>


<br>
Modified: trunk/reactos/boot/freeldr/freeldr/fs/ext2.c<br>
URL: <a href="http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/fs/ext2.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff" target="_blank">http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/fs/ext2.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff</a><br>


<br>
Modified: trunk/reactos/boot/freeldr/freeldr/fs/fat.c<br>
URL: <a href="http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/fs/fat.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff" target="_blank">http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/fs/fat.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff</a><br>


<br>
Modified: trunk/reactos/boot/freeldr/freeldr/fs/fs.c<br>
URL: <a href="http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/fs/fs.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff" target="_blank">http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/fs/fs.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff</a><br>


<br>
Modified: trunk/reactos/boot/freeldr/freeldr/fs/iso.c<br>
URL: <a href="http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/fs/iso.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff" target="_blank">http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/fs/iso.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff</a><br>


<br>
Modified: trunk/reactos/boot/freeldr/freeldr/fs/ntfs.c<br>
URL: <a href="http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/fs/ntfs.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff" target="_blank">http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/fs/ntfs.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff</a><br>


<br>
Modified: trunk/reactos/boot/freeldr/freeldr/fs/pxe.c<br>
URL: <a href="http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/fs/pxe.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff" target="_blank">http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/fs/pxe.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff</a><br>


<br>
Modified: trunk/reactos/boot/freeldr/freeldr/include/debug.h<br>
URL: <a href="http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/include/debug.h?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff" target="_blank">http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/include/debug.h?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff</a><br>


<br>
Modified: trunk/reactos/boot/freeldr/freeldr/inifile/inifile.c<br>
URL: <a href="http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/inifile/inifile.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff" target="_blank">http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/inifile/inifile.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff</a><br>


<br>
Modified: trunk/reactos/boot/freeldr/freeldr/inifile/parse.c<br>
URL: <a href="http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/inifile/parse.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff" target="_blank">http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/inifile/parse.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff</a><br>


<br>
Modified: trunk/reactos/boot/freeldr/freeldr/linuxboot.c<br>
URL: <a href="http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/linuxboot.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff" target="_blank">http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/linuxboot.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff</a><br>


<br>
Modified: trunk/reactos/boot/freeldr/freeldr/mm/meminit.c<br>
URL: <a href="http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/mm/meminit.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff" target="_blank">http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/mm/meminit.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff</a><br>


<br>
Modified: trunk/reactos/boot/freeldr/freeldr/mm/mm.c<br>
URL: <a href="http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/mm/mm.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff" target="_blank">http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/mm/mm.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff</a><br>


<br>
Modified: trunk/reactos/boot/freeldr/freeldr/reactos/binhive.c<br>
URL: <a href="http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/reactos/binhive.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff" target="_blank">http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/reactos/binhive.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff</a><br>


<br>
Modified: trunk/reactos/boot/freeldr/freeldr/reactos/registry.c<br>
URL: <a href="http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/reactos/registry.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff" target="_blank">http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/reactos/registry.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff</a><br>


<br>
Modified: trunk/reactos/boot/freeldr/freeldr/ui/ui.c<br>
URL: <a href="http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/ui/ui.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff" target="_blank">http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/ui/ui.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff</a><br>


<br>
Modified: trunk/reactos/boot/freeldr/freeldr/windows/conversion.c<br>
URL: <a href="http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/windows/conversion.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff" target="_blank">http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/windows/conversion.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff</a><br>


<br>
Modified: trunk/reactos/boot/freeldr/freeldr/windows/peloader.c<br>
URL: <a href="http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/windows/peloader.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff" target="_blank">http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/windows/peloader.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff</a><br>


<br>
Modified: trunk/reactos/boot/freeldr/freeldr/windows/setupldr.c<br>
URL: <a href="http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/windows/setupldr.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff" target="_blank">http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/windows/setupldr.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff</a><br>


<br>
Modified: trunk/reactos/boot/freeldr/freeldr/windows/winldr.c<br>
URL: <a href="http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/windows/winldr.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff" target="_blank">http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/windows/winldr.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff</a><br>


<br>
Modified: trunk/reactos/boot/freeldr/freeldr/windows/wlmemory.c<br>
URL: <a href="http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/windows/wlmemory.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff" target="_blank">http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/windows/wlmemory.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff</a><br>


<br>
Modified: trunk/reactos/boot/freeldr/freeldr/windows/wlregistry.c<br>
URL: <a href="http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/windows/wlregistry.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff" target="_blank">http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/windows/wlregistry.c?rev=53542&amp;r1=53541&amp;r2=53542&amp;view=diff</a><br>


<br>
<br>
</blockquote></div><br></div>