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
79d1d77f
Commit
79d1d77f
authored
Apr 28, 2007
by
Andrew Talbot
Committed by
Alexandre Julliard
Apr 30, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
crypt32: Exclude unused headers.
parent
824c9c8e
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
0 additions
and
10 deletions
+0
-10
decode.c
dlls/crypt32/decode.c
+0
-2
encode.c
dlls/crypt32/encode.c
+0
-2
main.c
dlls/crypt32/main.c
+0
-3
protectdata.c
dlls/crypt32/protectdata.c
+0
-1
serialize.c
dlls/crypt32/serialize.c
+0
-1
store.c
dlls/crypt32/store.c
+0
-1
No files found.
dlls/crypt32/decode.c
View file @
79d1d77f
...
...
@@ -40,10 +40,8 @@
#include "windef.h"
#include "winbase.h"
#include "excpt.h"
#include "wincrypt.h"
#include "winnls.h"
#include "winreg.h"
#include "snmp.h"
#include "wine/debug.h"
#include "wine/exception.h"
...
...
dlls/crypt32/encode.c
View file @
79d1d77f
...
...
@@ -40,9 +40,7 @@
#include "windef.h"
#include "winbase.h"
#include "excpt.h"
#include "wincrypt.h"
#include "winreg.h"
#include "snmp.h"
#include "wine/debug.h"
#include "wine/exception.h"
...
...
dlls/crypt32/main.c
View file @
79d1d77f
...
...
@@ -25,10 +25,7 @@
#include "winbase.h"
#include "wincrypt.h"
#include "winreg.h"
#include "winnls.h"
#include "mssip.h"
#include "winuser.h"
#include "advpub.h"
#include "crypt32_private.h"
#include "wine/debug.h"
...
...
dlls/crypt32/protectdata.c
View file @
79d1d77f
...
...
@@ -42,7 +42,6 @@
#include "windef.h"
#include "winbase.h"
#include "wincrypt.h"
#include "winreg.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
crypt
);
...
...
dlls/crypt32/serialize.c
View file @
79d1d77f
...
...
@@ -20,7 +20,6 @@
#include "winbase.h"
#include "wincrypt.h"
#include "wine/debug.h"
#include "excpt.h"
#include "wine/exception.h"
#include "crypt32_private.h"
...
...
dlls/crypt32/store.c
View file @
79d1d77f
...
...
@@ -36,7 +36,6 @@
#include "wincrypt.h"
#include "wine/debug.h"
#include "wine/list.h"
#include "excpt.h"
#include "wine/exception.h"
#include "crypt32_private.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