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
02546463
Commit
02546463
authored
Feb 19, 1999
by
Francois Gouget
Committed by
Alexandre Julliard
Feb 19, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small fixes.
parent
b8cfd179
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
5 deletions
+4
-5
dataobject.c
dlls/shell32/dataobject.c
+0
-1
enumidlist.c
dlls/shell32/enumidlist.c
+1
-1
objidl.h
include/objidl.h
+1
-1
obj_moniker.h
include/wine/obj_moniker.h
+1
-1
compobj.c
ole/compobj.c
+1
-1
No files found.
dlls/shell32/dataobject.c
View file @
02546463
...
...
@@ -11,7 +11,6 @@
#include "wine/obj_storage.h"
#include "wine/obj_moniker.h"
#include "wine/obj_dataobject.h"
#include "objbase.h"
#include "pidl.h"
#include "winerror.h"
#include "shell32_main.h"
...
...
dlls/shell32/enumidlist.c
View file @
02546463
...
...
@@ -74,7 +74,7 @@ LPENUMIDLIST IEnumIDList_Constructor( LPCSTR lpszPath, DWORD dwFlags)
}
/**************************************************************************
* EnumIDList
::
QueryInterface
* EnumIDList
_
QueryInterface
*/
static
HRESULT
WINAPI
IEnumIDList_QueryInterface
(
LPENUMIDLIST
this
,
REFIID
riid
,
LPVOID
*
ppvObj
)
...
...
include/objidl.h
View file @
02546463
...
...
@@ -9,9 +9,9 @@
#include "wine/obj_channel.h"
#include "wine/obj_clientserver.h"
#include "wine/obj_storage.h"
#include "wine/obj_marshal.h"
/* the following depend on obj_storage.h */
#include "wine/obj_marshal.h"
#include "wine/obj_moniker.h"
#include "wine/obj_propertystorage.h"
...
...
include/wine/obj_moniker.h
View file @
02546463
/*
* Defines the COM interfaces and APIs related to the moniker functionality.
*
* This file depends on 'obj_storage.h' and 'obj_base.h'.
* This file depends on 'obj_storage.h' and 'obj_base.h'
and 'obj_misc.h' (IEnumString)
.
*/
...
...
ole/compobj.c
View file @
02546463
...
...
@@ -714,7 +714,7 @@ HRESULT WINAPI CLSIDFromString32(
}
/******************************************************************************
* WINE_StringFromCLSID [
???
]
* WINE_StringFromCLSID [
Internal
]
* Converts a GUID into the respective string representation.
*
* NOTES
...
...
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