Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
4f78e2ed
Commit
4f78e2ed
authored
Oct 07, 2004
by
Vincent Béron
Committed by
Alexandre Julliard
Oct 07, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use the proper #include file delimiter in advpack.
parent
e5d414ea
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
16 deletions
+13
-16
advpack.c
dlls/advpack/advpack.c
+3
-5
reg.c
dlls/advpack/reg.c
+10
-11
No files found.
dlls/advpack/advpack.c
View file @
4f78e2ed
...
...
@@ -18,10 +18,10 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <windef.h>
#include <stdarg.h>
#include <winbase.h>
#include <wine/debug.h>
#include "windef.h"
#include "winbase.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
advpack
);
...
...
@@ -35,5 +35,3 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
return
TRUE
;
}
dlls/advpack/reg.c
View file @
4f78e2ed
...
...
@@ -18,18 +18,17 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <windef.h>
#include <stdarg.h>
#include
<winbase.h>
#include
<winreg.h>
#include
<winerror.h>
#include
<wine/unicode.h>
#include
<wine/debug.h>
#include
<winuser.h>
#include
<winternl.h>
#include
<setupapi.h>
#include
<advpub.h>
#include
"windef.h"
#include
"winbase.h"
#include
"winreg.h"
#include
"winerror.h"
#include
"winuser.h"
#include
"winternl.h"
#include
"setupapi.h"
#include
"advpub.h"
#include
"wine/unicode.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
advpack
);
...
...
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