msvcmaker: config.h

Martin Fuchs martin-fuchs at gmx.net
Wed Oct 6 02:38:10 CDT 2004


Changelog:
Fix generation of config.h in msvcmaker


Index: msvcmaker
===================================================================
RCS file: /home/wine/wine/tools/winapi/msvcmaker,v
retrieving revision 1.31
diff -u -p -d -r1.31 msvcmaker
--- msvcmaker	6 Oct 2004 00:04:54 -0000	1.31
+++ msvcmaker	6 Oct 2004 07:29:55 -0000
@@ -1282,12 +1282,12 @@ sub _generate_config_h($) {
     print OUT "#define __ASM_NAME(name) name\n";
     print OUT "\n";
 
-    print OUT "/* Define to the assembler keyword used to specify a word value */";
-    print OUT "define __ASM_SHORT \".short\"";
+    print OUT "/* Define to the assembler keyword used to specify a word value */\n";
+    print OUT "#define __ASM_SHORT \".short\"\n";
     print OUT "\n";
 
-    print OUT "/* Define to the assembler keyword used to specify an ASCII string */";
-    print OUT "#define __ASM_STRING \".string\"";
+    print OUT "/* Define to the assembler keyword used to specify an ASCII string */\n";
+    print OUT "#define __ASM_STRING \".string\"\n";
     print OUT "\n";
 
     print OUT "/* Define to the address where bug reports for this package should be sent. */\n";





More information about the wine-patches mailing list