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
36ed03e2
Commit
36ed03e2
authored
Jun 02, 2002
by
John K. Hohm
Committed by
Alexandre Julliard
Jun 02, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Complete ICatInformation implementation.
parent
dec45522
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
1 deletion
+2
-1
Makefile.in
dlls/comcat/Makefile.in
+1
-1
comcat.h
dlls/comcat/comcat.h
+1
-0
information.c
dlls/comcat/information.c
+0
-0
No files found.
dlls/comcat/Makefile.in
View file @
36ed03e2
...
@@ -4,7 +4,7 @@ SRCDIR = @srcdir@
...
@@ -4,7 +4,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
comcat.dll
MODULE
=
comcat.dll
IMPORTS
=
ole32 user32 advapi32 kernel32
IMPORTS
=
ole32 user32 advapi32 kernel32
EXTRALIBS
=
$(LIBUUID)
EXTRALIBS
=
$(LIBU
NICODE)
$(LIBU
UID)
LDDLLFLAGS
=
@LDDLLFLAGS@
LDDLLFLAGS
=
@LDDLLFLAGS@
SYMBOLFILE
=
$(MODULE)
.tmp.o
SYMBOLFILE
=
$(MODULE)
.tmp.o
...
...
dlls/comcat/comcat.h
View file @
36ed03e2
...
@@ -27,6 +27,7 @@
...
@@ -27,6 +27,7 @@
#include "wine/obj_base.h"
#include "wine/obj_base.h"
#include "wine/obj_enumguid.h"
#include "wine/obj_enumguid.h"
#include "wine/obj_comcat.h"
#include "wine/obj_comcat.h"
#include "wine/unicode.h"
/**********************************************************************
/**********************************************************************
* Dll lifetime tracking declaration for comcat.dll
* Dll lifetime tracking declaration for comcat.dll
...
...
dlls/comcat/information.c
View file @
36ed03e2
This diff is collapsed.
Click to expand it.
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