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
9069577c
Commit
9069577c
authored
May 12, 2007
by
Andrew Talbot
Committed by
Alexandre Julliard
May 15, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcrt: Exclude unused headers.
parent
bb519ec0
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
0 additions
and
8 deletions
+0
-8
cpp.c
dlls/msvcrt/cpp.c
+0
-3
cppexcept.c
dlls/msvcrt/cppexcept.c
+0
-1
dir.c
dlls/msvcrt/dir.c
+0
-1
except.c
dlls/msvcrt/except.c
+0
-1
file.c
dlls/msvcrt/file.c
+0
-1
scanf.c
dlls/msvcrt/scanf.c
+0
-1
No files found.
dlls/msvcrt/cpp.c
View file @
9069577c
...
...
@@ -25,11 +25,8 @@
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "winternl.h"
#include "wine/exception.h"
#include "excpt.h"
#include "wine/debug.h"
#include "msvcrt.h"
#include "cppexcept.h"
...
...
dlls/msvcrt/cppexcept.c
View file @
9069577c
...
...
@@ -30,7 +30,6 @@
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "winternl.h"
#include "msvcrt.h"
#include "wine/exception.h"
...
...
dlls/msvcrt/dir.c
View file @
9069577c
...
...
@@ -29,7 +29,6 @@
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "winternl.h"
#include "wine/unicode.h"
#include "msvcrt.h"
...
...
dlls/msvcrt/except.c
View file @
9069577c
...
...
@@ -33,7 +33,6 @@
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "winternl.h"
#include "wine/exception.h"
#include "msvcrt.h"
...
...
dlls/msvcrt/file.c
View file @
9069577c
...
...
@@ -39,7 +39,6 @@
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "winternl.h"
#include "msvcrt.h"
...
...
dlls/msvcrt/scanf.c
View file @
9069577c
...
...
@@ -27,7 +27,6 @@
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "winternl.h"
#include "msvcrt.h"
#include "wine/debug.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