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
70437035
Commit
70437035
authored
Feb 14, 2002
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version.h is now in include/wine directory.
parent
f5818d2f
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
options.c
misc/options.c
+1
-1
main.c
programs/clock/main.c
+1
-1
dialog.c
programs/notepad/dialog.c
+1
-1
winver.c
programs/winver/winver.c
+1
-1
nonclient.c
windows/nonclient.c
+1
-1
No files found.
misc/options.c
View file @
70437035
...
...
@@ -12,9 +12,9 @@
#include "winnls.h"
#include "ntddk.h"
#include "wine/library.h"
#include "wine/version.h"
#include "options.h"
#include "module.h"
#include "version.h"
#include "debugtools.h"
struct
option_descr
...
...
programs/clock/main.c
View file @
70437035
...
...
@@ -13,7 +13,7 @@
#include "windows.h"
#include "main.h"
#include "license.h"
#include "version.h"
#include "
wine/
version.h"
#include "language.h"
#include "winclock.h"
#include "commdlg.h"
...
...
programs/notepad/dialog.c
View file @
70437035
...
...
@@ -20,7 +20,7 @@
#define LCC_HASASSERT
#include "lcc.h"
#else
#include "version.h"
#include "
wine/
version.h"
#include "winnls.h"
#endif
...
...
programs/winver/winver.c
View file @
70437035
...
...
@@ -6,7 +6,7 @@
*/
#include "windows.h"
#include "version.h"
#include "
wine/
version.h"
int
PASCAL
WinMain
(
HINSTANCE
inst
,
HINSTANCE
prev
,
LPSTR
cmdline
,
int
show
)
{
...
...
windows/nonclient.c
View file @
70437035
...
...
@@ -8,7 +8,7 @@
#include "windef.h"
#include "wingdi.h"
#include "wine/winuser16.h"
#include "version.h"
#include "
wine/
version.h"
#include "win.h"
#include "user.h"
#include "dce.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