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
ced69a9c
Commit
ced69a9c
authored
Nov 12, 2002
by
Patrik Stridvall
Committed by
Alexandre Julliard
Nov 12, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed mismatches between the Wine headers and the Microsoft headers.
parent
d31c8eca
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
15 additions
and
7 deletions
+15
-7
clipboard.c
dlls/shell32/clipboard.c
+1
-1
pidl.c
dlls/shell32/pidl.c
+1
-1
pidl.h
dlls/shell32/pidl.h
+1
-1
shv_bg_cmenu.c
dlls/shell32/shv_bg_cmenu.c
+1
-1
shellapi.h
include/shellapi.h
+2
-2
shlobj.h
include/shlobj.h
+5
-1
shlwapi.h
include/shlwapi.h
+4
-0
No files found.
dlls/shell32/clipboard.c
View file @
ced69a9c
...
@@ -145,7 +145,7 @@ HGLOBAL RenderSHELLIDLIST (LPITEMIDLIST pidlRoot, LPITEMIDLIST * apidl, UINT cid
...
@@ -145,7 +145,7 @@ HGLOBAL RenderSHELLIDLIST (LPITEMIDLIST pidlRoot, LPITEMIDLIST * apidl, UINT cid
{
{
int
i
,
offset
=
0
,
sizePidl
,
size
;
int
i
,
offset
=
0
,
sizePidl
,
size
;
HGLOBAL
hGlobal
;
HGLOBAL
hGlobal
;
LP
C
IDA
pcida
;
LPIDA
pcida
;
TRACE
(
"(%p,%p,%u)
\n
"
,
pidlRoot
,
apidl
,
cidl
);
TRACE
(
"(%p,%p,%u)
\n
"
,
pidlRoot
,
apidl
,
cidl
);
...
...
dlls/shell32/pidl.c
View file @
ced69a9c
...
@@ -1776,7 +1776,7 @@ LPITEMIDLIST * _ILCopyaPidl(LPITEMIDLIST * apidlsrc, UINT cidl)
...
@@ -1776,7 +1776,7 @@ LPITEMIDLIST * _ILCopyaPidl(LPITEMIDLIST * apidlsrc, UINT cidl)
*
*
* creates aPidl from CIDA
* creates aPidl from CIDA
*/
*/
LPITEMIDLIST
*
_ILCopyCidaToaPidl
(
LPITEMIDLIST
*
pidl
,
LP
C
IDA
cida
)
LPITEMIDLIST
*
_ILCopyCidaToaPidl
(
LPITEMIDLIST
*
pidl
,
LPIDA
cida
)
{
{
int
i
;
int
i
;
LPITEMIDLIST
*
dst
=
(
LPITEMIDLIST
*
)
SHAlloc
(
cida
->
cidl
*
sizeof
(
LPITEMIDLIST
));
LPITEMIDLIST
*
dst
=
(
LPITEMIDLIST
*
)
SHAlloc
(
cida
->
cidl
*
sizeof
(
LPITEMIDLIST
));
...
...
dlls/shell32/pidl.h
View file @
ced69a9c
...
@@ -194,6 +194,6 @@ BOOL pcheck (LPCITEMIDLIST pidl);
...
@@ -194,6 +194,6 @@ BOOL pcheck (LPCITEMIDLIST pidl);
*/
*/
void
_ILFreeaPidl
(
LPITEMIDLIST
*
apidl
,
UINT
cidl
);
void
_ILFreeaPidl
(
LPITEMIDLIST
*
apidl
,
UINT
cidl
);
LPITEMIDLIST
*
_ILCopyaPidl
(
LPITEMIDLIST
*
apidlsrc
,
UINT
cidl
);
LPITEMIDLIST
*
_ILCopyaPidl
(
LPITEMIDLIST
*
apidlsrc
,
UINT
cidl
);
LPITEMIDLIST
*
_ILCopyCidaToaPidl
(
LPITEMIDLIST
*
pidl
,
LP
C
IDA
cida
);
LPITEMIDLIST
*
_ILCopyCidaToaPidl
(
LPITEMIDLIST
*
pidl
,
LPIDA
cida
);
#endif
#endif
dlls/shell32/shv_bg_cmenu.c
View file @
ced69a9c
...
@@ -240,7 +240,7 @@ static BOOL DoPaste(
...
@@ -240,7 +240,7 @@ static BOOL DoPaste(
LPITEMIDLIST
pidl
;
LPITEMIDLIST
pidl
;
IShellFolder
*
psfFrom
=
NULL
,
*
psfDesktop
;
IShellFolder
*
psfFrom
=
NULL
,
*
psfDesktop
;
LP
C
IDA
lpcida
=
GlobalLock
(
medium
.
u
.
hGlobal
);
LPIDA
lpcida
=
GlobalLock
(
medium
.
u
.
hGlobal
);
TRACE
(
"cida=%p
\n
"
,
lpcida
);
TRACE
(
"cida=%p
\n
"
,
lpcida
);
apidl
=
_ILCopyCidaToaPidl
(
&
pidl
,
lpcida
);
apidl
=
_ILCopyCidaToaPidl
(
&
pidl
,
lpcida
);
...
...
include/shellapi.h
View file @
ced69a9c
...
@@ -39,7 +39,7 @@ typedef struct _DRAGINFOA
...
@@ -39,7 +39,7 @@ typedef struct _DRAGINFOA
BOOL
fNC
;
BOOL
fNC
;
LPSTR
lpFileList
;
LPSTR
lpFileList
;
DWORD
grfKeyState
;
DWORD
grfKeyState
;
}
DRAGINFOA
,
*
LPDRAGINFOA
;
}
DRAGINFOA
,
*
LPDRAGINFOA
;
typedef
struct
_DRAGINFOW
typedef
struct
_DRAGINFOW
{
UINT
uSize
;
{
UINT
uSize
;
...
@@ -47,7 +47,7 @@ typedef struct _DRAGINFOW
...
@@ -47,7 +47,7 @@ typedef struct _DRAGINFOW
BOOL
fNC
;
BOOL
fNC
;
LPWSTR
lpFileList
;
LPWSTR
lpFileList
;
DWORD
grfKeyState
;
DWORD
grfKeyState
;
}
DRAGINFOW
,
LPDRAGINFOW
;
}
DRAGINFOW
,
*
LPDRAGINFOW
;
DECL_WINELIB_TYPE_AW
(
DRAGINFO
)
DECL_WINELIB_TYPE_AW
(
DRAGINFO
)
DECL_WINELIB_TYPE_AW
(
LPDRAGINFO
)
DECL_WINELIB_TYPE_AW
(
LPDRAGINFO
)
...
...
include/shlobj.h
View file @
ced69a9c
...
@@ -29,6 +29,8 @@
...
@@ -29,6 +29,8 @@
extern
"C"
{
extern
"C"
{
#endif
/* defined(__cplusplus) */
#endif
/* defined(__cplusplus) */
#include "pshpack1.h"
/****************************************************************************
/****************************************************************************
* SHITEMID, ITEMIDLIST, PIDL API
* SHITEMID, ITEMIDLIST, PIDL API
*/
*/
...
@@ -84,7 +86,7 @@ extern UINT cfShellIDList;
...
@@ -84,7 +86,7 @@ extern UINT cfShellIDList;
typedef
struct
typedef
struct
{
UINT
cidl
;
{
UINT
cidl
;
UINT
aoffset
[
1
];
UINT
aoffset
[
1
];
}
CIDA
,
*
LP
CIDA
,
*
LP
IDA
;
}
CIDA
,
*
LPIDA
;
#define CFSTR_SHELLIDLISTOFFSET "Shell Object Offsets"
/* CF_OBJECTPOSITIONS */
#define CFSTR_SHELLIDLISTOFFSET "Shell Object Offsets"
/* CF_OBJECTPOSITIONS */
#define CFSTR_NETRESOURCES "Net Resource"
/* CF_NETRESOURCE */
#define CFSTR_NETRESOURCES "Net Resource"
/* CF_NETRESOURCE */
...
@@ -543,6 +545,8 @@ typedef struct _DROPFILES
...
@@ -543,6 +545,8 @@ typedef struct _DROPFILES
BOOL
fWide
;
BOOL
fWide
;
}
DROPFILES
;
}
DROPFILES
;
#include "poppack.h"
#ifdef __cplusplus
#ifdef __cplusplus
}
/* extern "C" */
}
/* extern "C" */
#endif
/* defined(__cplusplus) */
#endif
/* defined(__cplusplus) */
...
...
include/shlwapi.h
View file @
ced69a9c
...
@@ -27,6 +27,8 @@
...
@@ -27,6 +27,8 @@
extern
"C"
{
extern
"C"
{
#endif
/* defined(__cplusplus) */
#endif
/* defined(__cplusplus) */
#include "pshpack1.h"
#ifndef NO_SHLWAPI_REG
#ifndef NO_SHLWAPI_REG
/* Registry functions */
/* Registry functions */
...
@@ -924,6 +926,8 @@ typedef struct _DLLVERSIONINFO2 {
...
@@ -924,6 +926,8 @@ typedef struct _DLLVERSIONINFO2 {
HRESULT
WINAPI
DllInstall
(
BOOL
,
LPCWSTR
);
HRESULT
WINAPI
DllInstall
(
BOOL
,
LPCWSTR
);
#include "poppack.h"
#ifdef __cplusplus
#ifdef __cplusplus
}
/* extern "C" */
}
/* extern "C" */
#endif
/* defined(__cplusplus) */
#endif
/* defined(__cplusplus) */
...
...
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