mirror of
https://github.com/reactos/reactos.git
synced 2025-06-03 00:10:39 +00:00
Revert r33366 for regedit and compile it as Unicode with ANSI command line parsing again.. :-/
Changing everything internally to TCHAR would be like rewriting the app, because regedit even hardcodes string sizes in bytes and then memcmp's them... (see regproc.c:234) Compiling it ANSI-only also doesn't work, because the API's for ACL stuff are Unicode-only. svn path=/trunk/; revision=33382
This commit is contained in:
parent
0a216e7da4
commit
3dcbb5e00d
1 changed files with 3 additions and 1 deletions
|
@ -1,8 +1,10 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE group SYSTEM "../../../tools/rbuild/project.dtd">
|
||||
<group xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<module name="regedit" type="win32gui" installname="regedit.exe" unicode="yes">
|
||||
<module name="regedit" type="win32gui" installname="regedit.exe">
|
||||
<include base="regedit">.</include>
|
||||
<define name="UNICODE" />
|
||||
<define name="_UNICODE" />
|
||||
<define name="_WIN32_IE">0x0501</define>
|
||||
<define name="_WIN32_WINNT">0x0600</define>
|
||||
<library>uuid</library>
|
||||
|
|
Loading…
Reference in a new issue