fixed code to compile both as ansi and unicode version, build as unicode by default
[reactos.git] / reactos / subsys / system / calc / calc.xml
index bc2bad7..0b02cad 100644 (file)
@@ -1,13 +1,15 @@
-<module name="calc" type="win32gui" installbase="system32" installname="calc.exe" warnings="true">\r
-       <include base="calc">.</include>\r
-       <define name="__USE_W32API" />\r
-       <define name="_WIN32_IE">0x0501</define>\r
-       <library>kernel32</library>\r
-       <library>user32</library>\r
-       <library>gdi32</library>\r
-       <library>comctl32</library>\r
-       <file>dialog.c</file>\r
-       <file>stats.c</file>\r
-       <file>winecalc.c</file>\r
-       <file>rsrc.rc</file>\r
-</module>\r
+<module name="calc" type="win32gui" installbase="system32" installname="calc.exe">
+       <include base="calc">.</include>
+       <define name="__USE_W32API" />
+       <define name="_WIN32_IE">0x0501</define>
+       <define name="UNICODE" />
+       <define name="_UNICODE" />
+       <library>kernel32</library>
+       <library>user32</library>
+       <library>gdi32</library>
+       <library>comctl32</library>
+       <file>dialog.c</file>
+       <file>stats.c</file>
+       <file>winecalc.c</file>
+       <file>rsrc.rc</file>
+</module>