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
8eef0cc2
Commit
8eef0cc2
authored
Nov 14, 2011
by
Francois Gouget
Committed by
Alexandre Julliard
Nov 14, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dlls: Remove unneeded include directives in resource files.
parent
02cd5a00
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
3 additions
and
19 deletions
+3
-19
rsrc.rc
dlls/msvcrt/rsrc.rc
+1
-4
ntprint.rc
dlls/ntprint/ntprint.rc
+0
-3
printui.rc
dlls/printui/printui.rc
+0
-3
version.rc
dlls/version/tests/version.rc
+0
-2
rsrc.rc
dlls/winscard/rsrc.rc
+1
-4
wine_common_ver.rc
include/wine/wine_common_ver.rc
+1
-3
No files found.
dlls/msvcrt/rsrc.rc
View file @
8eef0cc2
...
...
@@ -18,10 +18,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "winver.h"
#include "winresrc.h"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
...
...
dlls/ntprint/ntprint.rc
View file @
8eef0cc2
...
...
@@ -19,9 +19,6 @@
*
*/
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "winver.h"
#define WINE_FILENAME_STR "ntprint.dll"
...
...
dlls/printui/printui.rc
View file @
8eef0cc2
...
...
@@ -19,9 +19,6 @@
*
*/
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "winver.h"
#define WINE_FILENAME_STR "printui.dll"
...
...
dlls/version/tests/version.rc
View file @
8eef0cc2
...
...
@@ -16,8 +16,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "windef.h"
#include "winbase.h"
#include "winver.h"
VS_VERSION_INFO VERSIONINFO
...
...
dlls/winscard/rsrc.rc
View file @
8eef0cc2
...
...
@@ -18,10 +18,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "winver.h"
#include "winresrc.h"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
...
...
include/wine/wine_common_ver.rc
View file @
8eef0cc2
...
...
@@ -17,9 +17,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "windef.h"
#include "winbase.h"
#include "winver.h"
#include "winresrc.h"
/*
Assign WINE_FILEVERSION and WINE_FILEVERSION_STR high enough number
...
...
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