Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
c35c48b9
Commit
c35c48b9
authored
Oct 06, 2004
by
Martin Fuchs
Committed by
Alexandre Julliard
Oct 06, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix generation of config.h.
parent
39453f51
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
msvcmaker
tools/winapi/msvcmaker
+4
-4
No files found.
tools/winapi/msvcmaker
View file @
c35c48b9
...
...
@@ -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"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment