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
5a07e6ed
Commit
5a07e6ed
authored
Aug 25, 2005
by
James Hawkins
Committed by
Alexandre Julliard
Aug 25, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved itss.idl to include/wine.
parent
0f41df16
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
9 additions
and
22 deletions
+9
-22
.cvsignore
dlls/itss/.cvsignore
+0
-1
Makefile.in
dlls/itss/Makefile.in
+0
-6
itss.c
dlls/itss/itss.c
+2
-4
moniker.c
dlls/itss/moniker.c
+1
-1
regsvr.c
dlls/itss/regsvr.c
+1
-2
storage.c
dlls/itss/storage.c
+1
-1
Makefile.in
include/Makefile.in
+2
-1
.cvsignore
include/wine/.cvsignore
+1
-1
itss.idl
include/wine/itss.idl
+1
-5
No files found.
dlls/itss/.cvsignore
View file @
5a07e6ed
Makefile
itss.dll.dbg.c
itss.h
dlls/itss/Makefile.in
View file @
5a07e6ed
...
...
@@ -15,12 +15,6 @@ C_SRCS = \
regsvr.c
\
storage.c
IDL_SRCS
=
\
itss.idl
@MAKE_DLL_RULES@
### Dependencies:
# note: this will get overwritten by make depend
$(ALL_OBJS)
:
$(IDL_SRCS:.idl=.h)
dlls/itss/itss.c
View file @
5a07e6ed
...
...
@@ -42,13 +42,11 @@
#include "itsstor.h"
#
define ITSS_INITGUID
#include "itss.h"
#
include "initguid.h"
#include "
wine/
itss.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
itss
);
#include "initguid.h"
static
HRESULT
ITSS_create
(
IUnknown
*
pUnkOuter
,
LPVOID
*
ppObj
);
LONG
dll_count
=
0
;
...
...
dlls/itss/moniker.c
View file @
5a07e6ed
...
...
@@ -34,9 +34,9 @@
#include "winreg.h"
#include "ole2.h"
#include "itss.h"
#include "uuids.h"
#include "wine/itss.h"
#include "wine/unicode.h"
#include "wine/debug.h"
...
...
dlls/itss/regsvr.c
View file @
5a07e6ed
...
...
@@ -28,8 +28,7 @@
#include "winerror.h"
#include "ole2.h"
#include "itss.h"
#include "wine/itss.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
itss
);
...
...
dlls/itss/storage.c
View file @
5a07e6ed
...
...
@@ -36,10 +36,10 @@
#include "uuids.h"
#include "itss.h"
#include "chm_lib.h"
#include "itsstor.h"
#include "wine/itss.h"
#include "wine/unicode.h"
#include "wine/debug.h"
...
...
include/Makefile.in
View file @
5a07e6ed
...
...
@@ -42,7 +42,8 @@ IDL_SRCS = \
urlmon.idl
\
wtypes.idl
\
xmldom.idl
\
xmldso.idl
xmldso.idl
\
wine/itss.idl
IDL_INCLUDES
=
\
$(IDL_SRCS)
\
...
...
include/wine/.cvsignore
View file @
5a07e6ed
version
.h
itss
.h
dlls/itss
/itss.idl
→
include/wine
/itss.idl
View file @
5a07e6ed
...
...
@@ -18,10 +18,6 @@
import
"oaidl.idl"
;
cpp_quote
(
"#ifdef ITSS_INITGUID"
)
cpp_quote
(
"#include \"
initguid
.
h\"")
cpp_quote
(
"#endif"
)
typedef
struct
_ITS_Control_Data
{
UINT
cdwControlData
;
...
...
@@ -36,6 +32,7 @@ typedef enum ECompactionLev {
[
object
,
uuid
(
88
cc31de
-
27
ab
-
11
d0
-
9
df9
-
00
a0c922e6ec
),
pointer_default
(
unique
)
]
interface
IITStorage
:
IUnknown
...
...
@@ -93,5 +90,4 @@ interface IITStorage : IUnknown
}
cpp_quote
(
"DEFINE_GUID(CLSID_ITStorage,0x5d02926a,0x212e,0x11d0,0x9d,0xf9,0x00,0xa0,0xc9,0x22,0xe6,0xec );"
)
;
cpp_quote
(
"DEFINE_GUID(IID_IITStorage, 0x88cc31de, 0x27ab, 0x11d0, 0x9d, 0xf9, 0x0, 0xa0, 0xc9, 0x22, 0xe6, 0xec);"
)
;
cpp_quote
(
"DEFINE_GUID(CLSID_ITSProtocol,0x9d148290,0xb9c8,0x11d0,0xa4,0xcc,0x00,0x00,0xf8,0x01,0x49,0xf6);"
)
;
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