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
d2c034a8
Commit
d2c034a8
authored
Dec 23, 2002
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed some remaining references to wine/obj_base.h.
parent
6e9ae17b
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
9 additions
and
12 deletions
+9
-12
comcat_main.c
dlls/comcat/comcat_main.c
+1
-1
comcat_private.h
dlls/comcat/comcat_private.h
+1
-3
factory.c
dlls/comcat/factory.c
+1
-1
information.c
dlls/comcat/information.c
+1
-1
manager.c
dlls/comcat/manager.c
+1
-1
register.c
dlls/comcat/register.c
+1
-1
ifs.h
dlls/ole32/ifs.h
+1
-1
enumidlist.c
dlls/shell32/enumidlist.c
+1
-2
comcat.h
include/comcat.h
+1
-1
No files found.
dlls/comcat/comcat_main.c
View file @
d2c034a8
...
...
@@ -18,7 +18,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "comcat.h"
#include "comcat
_private
.h"
#include "regsvr.h"
#include "wine/debug.h"
...
...
dlls/comcat/comcat.h
→
dlls/comcat/comcat
_private
.h
View file @
d2c034a8
...
...
@@ -25,9 +25,7 @@
#include "winerror.h"
#include "ole2.h"
#include "wine/obj_base.h"
#include "wine/obj_enumguid.h"
#include "wine/obj_comcat.h"
#include "comcat.h"
#include "wine/unicode.h"
/**********************************************************************
...
...
dlls/comcat/factory.c
View file @
d2c034a8
...
...
@@ -18,7 +18,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "comcat.h"
#include "comcat
_private
.h"
#include "wine/debug.h"
...
...
dlls/comcat/information.c
View file @
d2c034a8
...
...
@@ -19,7 +19,7 @@
*/
#include <string.h>
#include "comcat.h"
#include "comcat
_private
.h"
#include "wine/debug.h"
...
...
dlls/comcat/manager.c
View file @
d2c034a8
...
...
@@ -18,7 +18,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "comcat.h"
#include "comcat
_private
.h"
#include "wine/debug.h"
...
...
dlls/comcat/register.c
View file @
d2c034a8
...
...
@@ -18,7 +18,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "comcat.h"
#include "comcat
_private
.h"
#include "wine/debug.h"
...
...
dlls/ole32/ifs.h
View file @
d2c034a8
...
...
@@ -19,7 +19,7 @@
#ifndef __WINE_OLE_IFS_H
#define __WINE_OLE_IFS_H
#include "
wine/obj_
base.h"
#include "
obj
base.h"
/***********************************************************************
* IMalloc16 interface
...
...
dlls/shell32/enumidlist.c
View file @
d2c034a8
...
...
@@ -25,8 +25,7 @@
#include "undocshell.h"
#include "shlwapi.h"
#include "winerror.h"
#include "wine/obj_base.h"
#include "wine/obj_enumidlist.h"
#include "objbase.h"
#include "pidl.h"
#include "shlguid.h"
...
...
include/comcat.h
View file @
d2c034a8
...
...
@@ -28,7 +28,7 @@
#ifndef __WINE_COMCAT_H
#define __WINE_COMCAT_H
#include "
wine/obj_base
.h"
#include "
unknwn
.h"
#include "wine/obj_enumguid.h"
#include "wine/obj_comcat.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