Author: hpoussin
Date: Wed May 17 03:09:41 2006
New Revision: 21917
URL:
http://svn.reactos.ru/svn/reactos?rev=21917&view=rev
Log:
Replace BOOL by BOOLEAN and STDCALL by NTAPI
(Use native types instead of Win32 ones)
Modified:
trunk/reactos/boot/freeldr/freeldr/arch/i386/hardware.c
trunk/reactos/boot/freeldr/freeldr/arch/i386/hwacpi.c
trunk/reactos/boot/freeldr/freeldr/arch/i386/hwapm.c
trunk/reactos/boot/freeldr/freeldr/arch/i386/hwcpu.c
trunk/reactos/boot/freeldr/freeldr/arch/i386/hwpci.c
trunk/reactos/boot/freeldr/freeldr/arch/i386/i386disk.c
trunk/reactos/boot/freeldr/freeldr/arch/i386/loader.c
trunk/reactos/boot/freeldr/freeldr/arch/i386/pccons.c
trunk/reactos/boot/freeldr/freeldr/arch/i386/pcdisk.c
trunk/reactos/boot/freeldr/freeldr/arch/i386/pcvideo.c
trunk/reactos/boot/freeldr/freeldr/arch/i386/xboxcons.c
trunk/reactos/boot/freeldr/freeldr/arch/i386/xboxdisk.c
trunk/reactos/boot/freeldr/freeldr/arch/i386/xboxi2c.c
trunk/reactos/boot/freeldr/freeldr/arch/i386/xboxvideo.c
trunk/reactos/boot/freeldr/freeldr/arch/powerpc/mach.c
trunk/reactos/boot/freeldr/freeldr/arch/powerpc/mboot.c
trunk/reactos/boot/freeldr/freeldr/bootmgr.c
trunk/reactos/boot/freeldr/freeldr/cache/blocklist.c
trunk/reactos/boot/freeldr/freeldr/cache/cache.c
trunk/reactos/boot/freeldr/freeldr/comm/rs232.c
trunk/reactos/boot/freeldr/freeldr/debug.c
trunk/reactos/boot/freeldr/freeldr/disk/disk.c
trunk/reactos/boot/freeldr/freeldr/disk/partition.c
trunk/reactos/boot/freeldr/freeldr/drivemap.c
trunk/reactos/boot/freeldr/freeldr/fs/ext2.c
trunk/reactos/boot/freeldr/freeldr/fs/fat.c
trunk/reactos/boot/freeldr/freeldr/fs/fs.c
trunk/reactos/boot/freeldr/freeldr/fs/fsrec.c
trunk/reactos/boot/freeldr/freeldr/fs/iso.c
trunk/reactos/boot/freeldr/freeldr/fs/ntfs.c
trunk/reactos/boot/freeldr/freeldr/include/arch/i386/i386.h
trunk/reactos/boot/freeldr/freeldr/include/arch/i386/machpc.h
trunk/reactos/boot/freeldr/freeldr/include/arch/i386/machxbox.h
trunk/reactos/boot/freeldr/freeldr/include/bootmgr.h
trunk/reactos/boot/freeldr/freeldr/include/cache.h
trunk/reactos/boot/freeldr/freeldr/include/comm.h
trunk/reactos/boot/freeldr/freeldr/include/disk.h
trunk/reactos/boot/freeldr/freeldr/include/drivemap.h
trunk/reactos/boot/freeldr/freeldr/include/freeldr.h
trunk/reactos/boot/freeldr/freeldr/include/fs.h
trunk/reactos/boot/freeldr/freeldr/include/fs/ext2.h
trunk/reactos/boot/freeldr/freeldr/include/fs/fat.h
trunk/reactos/boot/freeldr/freeldr/include/fs/iso.h
trunk/reactos/boot/freeldr/freeldr/include/fs/ntfs.h
trunk/reactos/boot/freeldr/freeldr/include/fsrec.h
trunk/reactos/boot/freeldr/freeldr/include/inifile.h
trunk/reactos/boot/freeldr/freeldr/include/linux.h
trunk/reactos/boot/freeldr/freeldr/include/machine.h
trunk/reactos/boot/freeldr/freeldr/include/mm.h
trunk/reactos/boot/freeldr/freeldr/include/oslist.h
trunk/reactos/boot/freeldr/freeldr/include/reactos.h
trunk/reactos/boot/freeldr/freeldr/include/registry.h
trunk/reactos/boot/freeldr/freeldr/include/rtl.h
trunk/reactos/boot/freeldr/freeldr/include/ui.h
trunk/reactos/boot/freeldr/freeldr/include/ui/gui.h
trunk/reactos/boot/freeldr/freeldr/include/ui/tui.h
trunk/reactos/boot/freeldr/freeldr/inifile/ini_init.c
trunk/reactos/boot/freeldr/freeldr/inifile/inifile.c
trunk/reactos/boot/freeldr/freeldr/inifile/parse.c
trunk/reactos/boot/freeldr/freeldr/linuxboot.c
trunk/reactos/boot/freeldr/freeldr/machine.c
trunk/reactos/boot/freeldr/freeldr/math/i386.h
trunk/reactos/boot/freeldr/freeldr/math/libgcc2.c
trunk/reactos/boot/freeldr/freeldr/math/powerpc.h
trunk/reactos/boot/freeldr/freeldr/mm/meminit.c
trunk/reactos/boot/freeldr/freeldr/oslist.c
trunk/reactos/boot/freeldr/freeldr/reactos/arcname.c
trunk/reactos/boot/freeldr/freeldr/reactos/binhive.c
trunk/reactos/boot/freeldr/freeldr/reactos/reactos.c
trunk/reactos/boot/freeldr/freeldr/reactos/registry.c
trunk/reactos/boot/freeldr/freeldr/reactos/setupldr.c
trunk/reactos/boot/freeldr/freeldr/rtl/list.c
trunk/reactos/boot/freeldr/freeldr/ui/gui.c
trunk/reactos/boot/freeldr/freeldr/ui/tui.c
trunk/reactos/boot/freeldr/freeldr/ui/tuimenu.c
trunk/reactos/boot/freeldr/freeldr/ui/ui.c
[This mail would be too long, it was shortened to contain the URLs only.]
Modified: trunk/reactos/boot/freeldr/freeldr/arch/i386/hardware.c
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i…
Modified: trunk/reactos/boot/freeldr/freeldr/arch/i386/hwacpi.c
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i…
Modified: trunk/reactos/boot/freeldr/freeldr/arch/i386/hwapm.c
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i…
Modified: trunk/reactos/boot/freeldr/freeldr/arch/i386/hwcpu.c
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i…
Modified: trunk/reactos/boot/freeldr/freeldr/arch/i386/hwpci.c
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i…
Modified: trunk/reactos/boot/freeldr/freeldr/arch/i386/i386disk.c
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i…
Modified: trunk/reactos/boot/freeldr/freeldr/arch/i386/loader.c
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i…
Modified: trunk/reactos/boot/freeldr/freeldr/arch/i386/pccons.c
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i…
Modified: trunk/reactos/boot/freeldr/freeldr/arch/i386/pcdisk.c
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i…
Modified: trunk/reactos/boot/freeldr/freeldr/arch/i386/pcvideo.c
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i…
Modified: trunk/reactos/boot/freeldr/freeldr/arch/i386/xboxcons.c
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i…
Modified: trunk/reactos/boot/freeldr/freeldr/arch/i386/xboxdisk.c
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i…
Modified: trunk/reactos/boot/freeldr/freeldr/arch/i386/xboxi2c.c
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i…
Modified: trunk/reactos/boot/freeldr/freeldr/arch/i386/xboxvideo.c
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i…
Modified: trunk/reactos/boot/freeldr/freeldr/arch/powerpc/mach.c
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/p…
Modified: trunk/reactos/boot/freeldr/freeldr/arch/powerpc/mboot.c
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/p…
Modified: trunk/reactos/boot/freeldr/freeldr/bootmgr.c
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/bootmg…
Modified: trunk/reactos/boot/freeldr/freeldr/cache/blocklist.c
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/cache/…
Modified: trunk/reactos/boot/freeldr/freeldr/cache/cache.c
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/cache/…
Modified: trunk/reactos/boot/freeldr/freeldr/comm/rs232.c
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/comm/r…
Modified: trunk/reactos/boot/freeldr/freeldr/debug.c
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/debug.…
Modified: trunk/reactos/boot/freeldr/freeldr/disk/disk.c
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/disk/d…
Modified: trunk/reactos/boot/freeldr/freeldr/disk/partition.c
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/disk/p…
Modified: trunk/reactos/boot/freeldr/freeldr/drivemap.c
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/drivem…
Modified: trunk/reactos/boot/freeldr/freeldr/fs/ext2.c
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/fs/ext…
Modified: trunk/reactos/boot/freeldr/freeldr/fs/fat.c
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/fs/fat…
Modified: trunk/reactos/boot/freeldr/freeldr/fs/fs.c
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/fs/fs.…
Modified: trunk/reactos/boot/freeldr/freeldr/fs/fsrec.c
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/fs/fsr…
Modified: trunk/reactos/boot/freeldr/freeldr/fs/iso.c
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/fs/iso…
Modified: trunk/reactos/boot/freeldr/freeldr/fs/ntfs.c
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/fs/ntf…
Modified: trunk/reactos/boot/freeldr/freeldr/include/arch/i386/i386.h
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/includ…
Modified: trunk/reactos/boot/freeldr/freeldr/include/arch/i386/machpc.h
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/includ…
Modified: trunk/reactos/boot/freeldr/freeldr/include/arch/i386/machxbox.h
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/includ…
Modified: trunk/reactos/boot/freeldr/freeldr/include/bootmgr.h
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/includ…
Modified: trunk/reactos/boot/freeldr/freeldr/include/cache.h
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/includ…
Modified: trunk/reactos/boot/freeldr/freeldr/include/comm.h
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/includ…
Modified: trunk/reactos/boot/freeldr/freeldr/include/disk.h
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/includ…
Modified: trunk/reactos/boot/freeldr/freeldr/include/drivemap.h
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/includ…
Modified: trunk/reactos/boot/freeldr/freeldr/include/freeldr.h
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/includ…
Modified: trunk/reactos/boot/freeldr/freeldr/include/fs.h
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/includ…
Modified: trunk/reactos/boot/freeldr/freeldr/include/fs/ext2.h
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/includ…
Modified: trunk/reactos/boot/freeldr/freeldr/include/fs/fat.h
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/includ…
Modified: trunk/reactos/boot/freeldr/freeldr/include/fs/iso.h
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/includ…
Modified: trunk/reactos/boot/freeldr/freeldr/include/fs/ntfs.h
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/includ…
Modified: trunk/reactos/boot/freeldr/freeldr/include/fsrec.h
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/includ…
Modified: trunk/reactos/boot/freeldr/freeldr/include/inifile.h
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/includ…
Modified: trunk/reactos/boot/freeldr/freeldr/include/linux.h
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/includ…
Modified: trunk/reactos/boot/freeldr/freeldr/include/machine.h
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/includ…
Modified: trunk/reactos/boot/freeldr/freeldr/include/mm.h
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/includ…
Modified: trunk/reactos/boot/freeldr/freeldr/include/oslist.h
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/includ…
Modified: trunk/reactos/boot/freeldr/freeldr/include/reactos.h
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/includ…
Modified: trunk/reactos/boot/freeldr/freeldr/include/registry.h
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/includ…
Modified: trunk/reactos/boot/freeldr/freeldr/include/rtl.h
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/includ…
Modified: trunk/reactos/boot/freeldr/freeldr/include/ui.h
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/includ…
Modified: trunk/reactos/boot/freeldr/freeldr/include/ui/gui.h
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/includ…
Modified: trunk/reactos/boot/freeldr/freeldr/include/ui/tui.h
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/includ…
Modified: trunk/reactos/boot/freeldr/freeldr/inifile/ini_init.c
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/inifil…
Modified: trunk/reactos/boot/freeldr/freeldr/inifile/inifile.c
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/inifil…
Modified: trunk/reactos/boot/freeldr/freeldr/inifile/parse.c
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/inifil…
Modified: trunk/reactos/boot/freeldr/freeldr/linuxboot.c
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/linuxb…
Modified: trunk/reactos/boot/freeldr/freeldr/machine.c
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/machin…
Modified: trunk/reactos/boot/freeldr/freeldr/math/i386.h
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/math/i…
Modified: trunk/reactos/boot/freeldr/freeldr/math/libgcc2.c
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/math/l…
Modified: trunk/reactos/boot/freeldr/freeldr/math/powerpc.h
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/math/p…
Modified: trunk/reactos/boot/freeldr/freeldr/mm/meminit.c
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/mm/mem…
Modified: trunk/reactos/boot/freeldr/freeldr/oslist.c
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/oslist…
Modified: trunk/reactos/boot/freeldr/freeldr/reactos/arcname.c
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/reacto…
Modified: trunk/reactos/boot/freeldr/freeldr/reactos/binhive.c
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/reacto…
Modified: trunk/reactos/boot/freeldr/freeldr/reactos/reactos.c
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/reacto…
Modified: trunk/reactos/boot/freeldr/freeldr/reactos/registry.c
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/reacto…
Modified: trunk/reactos/boot/freeldr/freeldr/reactos/setupldr.c
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/reacto…
Modified: trunk/reactos/boot/freeldr/freeldr/rtl/list.c
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/rtl/li…
Modified: trunk/reactos/boot/freeldr/freeldr/ui/gui.c
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/ui/gui…
Modified: trunk/reactos/boot/freeldr/freeldr/ui/tui.c
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/ui/tui…
Modified: trunk/reactos/boot/freeldr/freeldr/ui/tuimenu.c
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/ui/tui…
Modified: trunk/reactos/boot/freeldr/freeldr/ui/ui.c
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/freeldr/ui/ui.…