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
0bdac8c0
Commit
0bdac8c0
authored
Mar 21, 2005
by
Vincent Béron
Committed by
Alexandre Julliard
Mar 21, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use "" for Windows includes in dlls, instead of <>.
parent
fbe35b62
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
loader.c
dlls/ntdll/loader.c
+2
-2
editor.c
dlls/riched20/editor.c
+4
-4
No files found.
dlls/ntdll/loader.c
View file @
0bdac8c0
...
...
@@ -187,7 +187,7 @@ static void stub_entry_point( const char *dll, const char *name, ... )
}
#include
<pshpack1.h>
#include
"pshpack1.h"
struct
stub
{
BYTE
popl_eax
;
/* popl %eax */
...
...
@@ -199,7 +199,7 @@ struct stub
BYTE
jmp
;
/* jmp stub_entry_point */
DWORD
entry
;
};
#include
<poppack.h>
#include
"poppack.h"
/*************************************************************************
* allocate_stub
...
...
dlls/riched20/editor.c
View file @
0bdac8c0
...
...
@@ -203,11 +203,11 @@
*/
#include "editor.h"
#include
<ole2.h>
#include
<richole.h>
#include
<winreg.h>
#include
"ole2.h"
#include
"richole.h"
#include
"winreg.h"
#define NO_SHLWAPI_STREAM
#include
<shlwapi.h>
#include
"shlwapi.h"
#include "rtf.h"
...
...
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