mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
4e6fc201a0
- Fix parsing of the options. - Only uppercase the file name part and NOT the full path! And do it in a way GCC-Linux correctly understands, aka.: *ptr = toupper(*ptr); ++ptr; but NOT!: *ptr++ = toupper(*ptr); (that last one worked on GCC-Win and MSVC). [CMAKE] Let's keep SETUPREG.HIV and BCD hive file names in uppercase (use the '-u' switch) while keeping the other ones in lowercase. Should definitively fix GCCLin builder! |
||
---|---|---|
.. | ||
binhive.c | ||
binhive.h | ||
CMakeLists.txt | ||
cmi.c | ||
cmi.h | ||
mkhive.c | ||
mkhive.h | ||
reginf.c | ||
reginf.h | ||
registry.c | ||
registry.h | ||
rtl.c |