Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
ef5f6c7f
Commit
ef5f6c7f
authored
Sep 11, 2003
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved list.h to include/wine so that it can be used everywhere.
parent
b129a148
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
3 deletions
+1
-3
list.h
include/wine/list.h
+0
-0
change.c
server/change.c
+0
-1
object.c
server/object.c
+0
-1
object.h
server/object.h
+1
-1
No files found.
server
/list.h
→
include/wine
/list.h
View file @
ef5f6c7f
File moved
server/change.c
View file @
ef5f6c7f
...
...
@@ -33,7 +33,6 @@
#include "handle.h"
#include "thread.h"
#include "request.h"
#include "list.h"
struct
change
{
...
...
server/object.c
View file @
ef5f6c7f
...
...
@@ -31,7 +31,6 @@
#include "file.h"
#include "thread.h"
#include "unicode.h"
#include "list.h"
struct
object_name
...
...
server/object.h
View file @
ef5f6c7f
...
...
@@ -27,7 +27,7 @@
#include <sys/time.h>
#include "wine/server_protocol.h"
#include "list.h"
#include "
wine/
list.h"
#define DEBUG_OBJECTS
...
...
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