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
1447471a
Commit
1447471a
authored
Jul 29, 2023
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Jul 31, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32: Remove DECLSPEC_HIDDEN usage.
parent
67b5c77a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
63 additions
and
63 deletions
+63
-63
cpanel.h
dlls/shell32/cpanel.h
+2
-2
debughlp.h
dlls/shell32/debughlp.h
+3
-3
pidl.h
dlls/shell32/pidl.h
+44
-44
shell32_main.h
dlls/shell32/shell32_main.h
+0
-0
shfldr.h
dlls/shell32/shfldr.h
+14
-14
No files found.
dlls/shell32/cpanel.h
View file @
1447471a
...
@@ -63,7 +63,7 @@ typedef struct CPlItem {
...
@@ -63,7 +63,7 @@ typedef struct CPlItem {
unsigned
id
;
unsigned
id
;
}
CPlItem
;
}
CPlItem
;
CPlApplet
*
Control_LoadApplet
(
HWND
hWnd
,
LPCWSTR
cmd
,
CPanel
*
panel
)
DECLSPEC_HIDDEN
;
CPlApplet
*
Control_LoadApplet
(
HWND
hWnd
,
LPCWSTR
cmd
,
CPanel
*
panel
);
void
Control_UnloadApplet
(
CPlApplet
*
applet
)
DECLSPEC_HIDDEN
;
void
Control_UnloadApplet
(
CPlApplet
*
applet
);
#endif
/* __WINE_SHELL_CPANEL_H */
#endif
/* __WINE_SHELL_CPANEL_H */
dlls/shell32/debughlp.h
View file @
1447471a
...
@@ -28,8 +28,8 @@
...
@@ -28,8 +28,8 @@
#include "winuser.h"
#include "winuser.h"
#include "shlobj.h"
#include "shlobj.h"
extern
void
pdump
(
LPCITEMIDLIST
pidl
)
DECLSPEC_HIDDEN
;
extern
void
pdump
(
LPCITEMIDLIST
pidl
);
extern
BOOL
pcheck
(
LPCITEMIDLIST
pidl
)
DECLSPEC_HIDDEN
;
extern
BOOL
pcheck
(
LPCITEMIDLIST
pidl
);
extern
const
char
*
shdebugstr_guid
(
const
struct
_GUID
*
id
)
DECLSPEC_HIDDEN
;
extern
const
char
*
shdebugstr_guid
(
const
struct
_GUID
*
id
);
#endif
/* __WINE_SHELL32_DEBUGHLP_H */
#endif
/* __WINE_SHELL32_DEBUGHLP_H */
dlls/shell32/pidl.h
View file @
1447471a
...
@@ -187,29 +187,29 @@ typedef struct tagPIDLDATA
...
@@ -187,29 +187,29 @@ typedef struct tagPIDLDATA
/*
/*
* getting special values from simple pidls
* getting special values from simple pidls
*/
*/
DWORD
_ILSimpleGetText
(
LPCITEMIDLIST
pidl
,
LPSTR
pOut
,
UINT
uOutSize
)
DECLSPEC_HIDDEN
;
DWORD
_ILSimpleGetText
(
LPCITEMIDLIST
pidl
,
LPSTR
pOut
,
UINT
uOutSize
);
DWORD
_ILSimpleGetTextW
(
LPCITEMIDLIST
pidl
,
LPWSTR
pOut
,
UINT
uOutSize
)
DECLSPEC_HIDDEN
;
DWORD
_ILSimpleGetTextW
(
LPCITEMIDLIST
pidl
,
LPWSTR
pOut
,
UINT
uOutSize
);
BOOL
_ILGetFileDate
(
LPCITEMIDLIST
pidl
,
LPSTR
pOut
,
UINT
uOutSize
)
DECLSPEC_HIDDEN
;
BOOL
_ILGetFileDate
(
LPCITEMIDLIST
pidl
,
LPSTR
pOut
,
UINT
uOutSize
);
DWORD
_ILGetFileSize
(
LPCITEMIDLIST
pidl
,
LPSTR
pOut
,
UINT
uOutSize
)
DECLSPEC_HIDDEN
;
DWORD
_ILGetFileSize
(
LPCITEMIDLIST
pidl
,
LPSTR
pOut
,
UINT
uOutSize
);
BOOL
_ILGetExtension
(
LPCITEMIDLIST
pidl
,
LPSTR
pOut
,
UINT
uOutSize
)
DECLSPEC_HIDDEN
;
BOOL
_ILGetExtension
(
LPCITEMIDLIST
pidl
,
LPSTR
pOut
,
UINT
uOutSize
);
void
_ILGetFileType
(
LPCITEMIDLIST
pidl
,
LPSTR
pOut
,
UINT
uOutSize
)
DECLSPEC_HIDDEN
;
void
_ILGetFileType
(
LPCITEMIDLIST
pidl
,
LPSTR
pOut
,
UINT
uOutSize
);
DWORD
_ILGetFileAttributes
(
LPCITEMIDLIST
pidl
,
LPSTR
pOut
,
UINT
uOutSize
)
DECLSPEC_HIDDEN
;
DWORD
_ILGetFileAttributes
(
LPCITEMIDLIST
pidl
,
LPSTR
pOut
,
UINT
uOutSize
);
BOOL
_ILGetFileDateTime
(
LPCITEMIDLIST
pidl
,
FILETIME
*
ft
)
DECLSPEC_HIDDEN
;
BOOL
_ILGetFileDateTime
(
LPCITEMIDLIST
pidl
,
FILETIME
*
ft
);
DWORD
_ILGetDrive
(
LPCITEMIDLIST
,
LPSTR
,
UINT
)
DECLSPEC_HIDDEN
;
DWORD
_ILGetDrive
(
LPCITEMIDLIST
,
LPSTR
,
UINT
);
/*
/*
* testing simple pidls
* testing simple pidls
*/
*/
BOOL
_ILIsUnicode
(
LPCITEMIDLIST
pidl
)
DECLSPEC_HIDDEN
;
BOOL
_ILIsUnicode
(
LPCITEMIDLIST
pidl
);
BOOL
_ILIsDesktop
(
LPCITEMIDLIST
pidl
)
DECLSPEC_HIDDEN
;
BOOL
_ILIsDesktop
(
LPCITEMIDLIST
pidl
);
BOOL
_ILIsMyComputer
(
LPCITEMIDLIST
pidl
)
DECLSPEC_HIDDEN
;
BOOL
_ILIsMyComputer
(
LPCITEMIDLIST
pidl
);
BOOL
_ILIsDrive
(
LPCITEMIDLIST
pidl
)
DECLSPEC_HIDDEN
;
BOOL
_ILIsDrive
(
LPCITEMIDLIST
pidl
);
BOOL
_ILIsFolder
(
LPCITEMIDLIST
pidl
)
DECLSPEC_HIDDEN
;
BOOL
_ILIsFolder
(
LPCITEMIDLIST
pidl
);
BOOL
_ILIsValue
(
LPCITEMIDLIST
pidl
)
DECLSPEC_HIDDEN
;
BOOL
_ILIsValue
(
LPCITEMIDLIST
pidl
);
BOOL
_ILIsSpecialFolder
(
LPCITEMIDLIST
pidl
)
DECLSPEC_HIDDEN
;
BOOL
_ILIsSpecialFolder
(
LPCITEMIDLIST
pidl
);
BOOL
_ILIsPidlSimple
(
LPCITEMIDLIST
pidl
)
DECLSPEC_HIDDEN
;
BOOL
_ILIsPidlSimple
(
LPCITEMIDLIST
pidl
);
BOOL
_ILIsCPanelStruct
(
LPCITEMIDLIST
pidl
)
DECLSPEC_HIDDEN
;
BOOL
_ILIsCPanelStruct
(
LPCITEMIDLIST
pidl
);
static
inline
static
inline
BOOL
_ILIsEqualSimple
(
LPCITEMIDLIST
pidlA
,
LPCITEMIDLIST
pidlB
)
BOOL
_ILIsEqualSimple
(
LPCITEMIDLIST
pidlA
,
LPCITEMIDLIST
pidlB
)
{
{
...
@@ -226,56 +226,56 @@ BOOL _ILIsEmpty (LPCITEMIDLIST pidl) { return _ILIsDesktop(pidl)
...
@@ -226,56 +226,56 @@ BOOL _ILIsEmpty (LPCITEMIDLIST pidl) { return _ILIsDesktop(pidl)
/* Creates a PIDL with guid format and type type, which must be one of PT_GUID,
/* Creates a PIDL with guid format and type type, which must be one of PT_GUID,
* PT_SHELLEXT, or PT_YAGUID.
* PT_SHELLEXT, or PT_YAGUID.
*/
*/
LPITEMIDLIST
_ILCreateGuid
(
PIDLTYPE
type
,
REFIID
guid
)
DECLSPEC_HIDDEN
;
LPITEMIDLIST
_ILCreateGuid
(
PIDLTYPE
type
,
REFIID
guid
);
/* Like _ILCreateGuid, but using the string szGUID. */
/* Like _ILCreateGuid, but using the string szGUID. */
LPITEMIDLIST
_ILCreateGuidFromStrA
(
LPCSTR
szGUID
)
DECLSPEC_HIDDEN
;
LPITEMIDLIST
_ILCreateGuidFromStrA
(
LPCSTR
szGUID
);
LPITEMIDLIST
_ILCreateGuidFromStrW
(
LPCWSTR
szGUID
)
DECLSPEC_HIDDEN
;
LPITEMIDLIST
_ILCreateGuidFromStrW
(
LPCWSTR
szGUID
);
/* Commonly used PIDLs representing file system objects. */
/* Commonly used PIDLs representing file system objects. */
LPITEMIDLIST
_ILCreateDesktop
(
void
)
DECLSPEC_HIDDEN
;
LPITEMIDLIST
_ILCreateDesktop
(
void
);
LPITEMIDLIST
_ILCreateFromFindDataW
(
const
WIN32_FIND_DATAW
*
stffile
)
DECLSPEC_HIDDEN
;
LPITEMIDLIST
_ILCreateFromFindDataW
(
const
WIN32_FIND_DATAW
*
stffile
);
HRESULT
_ILCreateFromPathW
(
LPCWSTR
szPath
,
LPITEMIDLIST
*
ppidl
)
DECLSPEC_HIDDEN
;
HRESULT
_ILCreateFromPathW
(
LPCWSTR
szPath
,
LPITEMIDLIST
*
ppidl
);
/* Other helpers */
/* Other helpers */
LPITEMIDLIST
_ILCreateMyComputer
(
void
)
DECLSPEC_HIDDEN
;
LPITEMIDLIST
_ILCreateMyComputer
(
void
);
LPITEMIDLIST
_ILCreateMyDocuments
(
void
)
DECLSPEC_HIDDEN
;
LPITEMIDLIST
_ILCreateMyDocuments
(
void
);
LPITEMIDLIST
_ILCreateIExplore
(
void
)
DECLSPEC_HIDDEN
;
LPITEMIDLIST
_ILCreateIExplore
(
void
);
LPITEMIDLIST
_ILCreateControlPanel
(
void
)
DECLSPEC_HIDDEN
;
LPITEMIDLIST
_ILCreateControlPanel
(
void
);
LPITEMIDLIST
_ILCreatePrinters
(
void
)
DECLSPEC_HIDDEN
;
LPITEMIDLIST
_ILCreatePrinters
(
void
);
LPITEMIDLIST
_ILCreateNetwork
(
void
)
DECLSPEC_HIDDEN
;
LPITEMIDLIST
_ILCreateNetwork
(
void
);
LPITEMIDLIST
_ILCreateNetHood
(
void
)
DECLSPEC_HIDDEN
;
LPITEMIDLIST
_ILCreateNetHood
(
void
);
LPITEMIDLIST
_ILCreateBitBucket
(
void
)
DECLSPEC_HIDDEN
;
LPITEMIDLIST
_ILCreateBitBucket
(
void
);
LPITEMIDLIST
_ILCreateDrive
(
LPCWSTR
)
DECLSPEC_HIDDEN
;
LPITEMIDLIST
_ILCreateDrive
(
LPCWSTR
);
LPITEMIDLIST
_ILCreateEntireNetwork
(
void
)
DECLSPEC_HIDDEN
;
LPITEMIDLIST
_ILCreateEntireNetwork
(
void
);
/*
/*
* helper functions (getting struct-pointer)
* helper functions (getting struct-pointer)
*/
*/
LPPIDLDATA
_ILGetDataPointer
(
LPCITEMIDLIST
)
DECLSPEC_HIDDEN
;
LPPIDLDATA
_ILGetDataPointer
(
LPCITEMIDLIST
);
LPSTR
_ILGetTextPointer
(
LPCITEMIDLIST
)
DECLSPEC_HIDDEN
;
LPSTR
_ILGetTextPointer
(
LPCITEMIDLIST
);
IID
*
_ILGetGUIDPointer
(
LPCITEMIDLIST
pidl
)
DECLSPEC_HIDDEN
;
IID
*
_ILGetGUIDPointer
(
LPCITEMIDLIST
pidl
);
FileStructW
*
_ILGetFileStructW
(
LPCITEMIDLIST
pidl
)
DECLSPEC_HIDDEN
;
FileStructW
*
_ILGetFileStructW
(
LPCITEMIDLIST
pidl
);
/*
/*
* debug helper
* debug helper
*/
*/
void
pdump
(
LPCITEMIDLIST
pidl
)
DECLSPEC_HIDDEN
;
void
pdump
(
LPCITEMIDLIST
pidl
);
BOOL
pcheck
(
LPCITEMIDLIST
pidl
)
DECLSPEC_HIDDEN
;
BOOL
pcheck
(
LPCITEMIDLIST
pidl
);
/*
/*
* aPidl helper
* aPidl helper
*/
*/
void
_ILFreeaPidl
(
LPITEMIDLIST
*
apidl
,
UINT
cidl
)
DECLSPEC_HIDDEN
;
void
_ILFreeaPidl
(
LPITEMIDLIST
*
apidl
,
UINT
cidl
);
LPITEMIDLIST
*
_ILCopyaPidl
(
const
LPCITEMIDLIST
*
apidlsrc
,
UINT
cidl
)
DECLSPEC_HIDDEN
;
LPITEMIDLIST
*
_ILCopyaPidl
(
const
LPCITEMIDLIST
*
apidlsrc
,
UINT
cidl
);
LPITEMIDLIST
*
_ILCopyCidaToaPidl
(
LPITEMIDLIST
*
pidl
,
const
CIDA
*
cida
)
DECLSPEC_HIDDEN
;
LPITEMIDLIST
*
_ILCopyCidaToaPidl
(
LPITEMIDLIST
*
pidl
,
const
CIDA
*
cida
);
/* type parameter for ILGetDisplayNameEx() */
/* type parameter for ILGetDisplayNameEx() */
#define ILGDN_FORPARSING 0
#define ILGDN_FORPARSING 0
#define ILGDN_NORMAL 1
#define ILGDN_NORMAL 1
#define ILGDN_INFOLDER 2
#define ILGDN_INFOLDER 2
BOOL
ILGetDisplayNameExW
(
LPSHELLFOLDER
psf
,
LPCITEMIDLIST
pidl
,
LPWSTR
path
,
DWORD
type
)
DECLSPEC_HIDDEN
;
BOOL
ILGetDisplayNameExW
(
LPSHELLFOLDER
psf
,
LPCITEMIDLIST
pidl
,
LPWSTR
path
,
DWORD
type
);
HRESULT
SHILCreateFromPathW
(
const
WCHAR
*
path
,
LPITEMIDLIST
*
pidl
,
DWORD
*
attributes
);
HRESULT
SHILCreateFromPathW
(
const
WCHAR
*
path
,
LPITEMIDLIST
*
pidl
,
DWORD
*
attributes
);
LPITEMIDLIST
SHSimpleIDListFromPathA
(
const
char
*
path
);
LPITEMIDLIST
SHSimpleIDListFromPathA
(
const
char
*
path
);
LPITEMIDLIST
SHSimpleIDListFromPathW
(
const
WCHAR
*
path
);
LPITEMIDLIST
SHSimpleIDListFromPathW
(
const
WCHAR
*
path
);
...
...
dlls/shell32/shell32_main.h
View file @
1447471a
This diff is collapsed.
Click to expand it.
dlls/shell32/shfldr.h
View file @
1447471a
...
@@ -33,31 +33,31 @@ typedef struct {
...
@@ -33,31 +33,31 @@ typedef struct {
int
cxChar
;
int
cxChar
;
}
shvheader
;
}
shvheader
;
HRESULT
SHELL32_GetColumnDetails
(
const
shvheader
*
data
,
int
column
,
SHELLDETAILS
*
details
)
DECLSPEC_HIDDEN
;
HRESULT
SHELL32_GetColumnDetails
(
const
shvheader
*
data
,
int
column
,
SHELLDETAILS
*
details
);
HRESULT
shellfolder_map_column_to_scid
(
const
shvheader
*
data
,
UINT
column
,
SHCOLUMNID
*
scid
)
DECLSPEC_HIDDEN
;
HRESULT
shellfolder_map_column_to_scid
(
const
shvheader
*
data
,
UINT
column
,
SHCOLUMNID
*
scid
);
HRESULT
shellfolder_get_file_details
(
IShellFolder2
*
iface
,
LPCITEMIDLIST
pidl
,
const
shvheader
*
header
,
HRESULT
shellfolder_get_file_details
(
IShellFolder2
*
iface
,
LPCITEMIDLIST
pidl
,
const
shvheader
*
header
,
int
column
,
SHELLDETAILS
*
psd
)
DECLSPEC_HIDDEN
;
int
column
,
SHELLDETAILS
*
psd
);
#define GET_SHGDN_FOR(dwFlags) ((DWORD)dwFlags & (DWORD)0x0000FF00)
#define GET_SHGDN_FOR(dwFlags) ((DWORD)dwFlags & (DWORD)0x0000FF00)
#define GET_SHGDN_RELATION(dwFlags) ((DWORD)dwFlags & (DWORD)0x000000FF)
#define GET_SHGDN_RELATION(dwFlags) ((DWORD)dwFlags & (DWORD)0x000000FF)
BOOL
SHELL32_GetCustomFolderAttribute
(
LPCITEMIDLIST
pidl
,
LPCWSTR
pwszHeading
,
LPCWSTR
pwszAttribute
,
LPWSTR
pwszValue
,
DWORD
cchValue
)
DECLSPEC_HIDDEN
;
BOOL
SHELL32_GetCustomFolderAttribute
(
LPCITEMIDLIST
pidl
,
LPCWSTR
pwszHeading
,
LPCWSTR
pwszAttribute
,
LPWSTR
pwszValue
,
DWORD
cchValue
);
LPCWSTR
GetNextElementW
(
LPCWSTR
pszNext
,
LPWSTR
pszOut
,
DWORD
dwOut
)
DECLSPEC_HIDDEN
;
LPCWSTR
GetNextElementW
(
LPCWSTR
pszNext
,
LPWSTR
pszOut
,
DWORD
dwOut
);
HRESULT
SHELL32_ParseNextElement
(
IShellFolder2
*
psf
,
HWND
hwndOwner
,
LPBC
pbc
,
LPITEMIDLIST
*
pidlInOut
,
HRESULT
SHELL32_ParseNextElement
(
IShellFolder2
*
psf
,
HWND
hwndOwner
,
LPBC
pbc
,
LPITEMIDLIST
*
pidlInOut
,
LPOLESTR
szNext
,
DWORD
*
pEaten
,
DWORD
*
pdwAttributes
)
DECLSPEC_HIDDEN
;
LPOLESTR
szNext
,
DWORD
*
pEaten
,
DWORD
*
pdwAttributes
);
HRESULT
SHELL32_GetItemAttributes
(
IShellFolder2
*
folder
,
LPCITEMIDLIST
pidl
,
DWORD
*
attributes
)
DECLSPEC_HIDDEN
;
HRESULT
SHELL32_GetItemAttributes
(
IShellFolder2
*
folder
,
LPCITEMIDLIST
pidl
,
DWORD
*
attributes
);
HRESULT
SHELL32_GetDisplayNameOfChild
(
IShellFolder2
*
psf
,
LPCITEMIDLIST
pidl
,
DWORD
dwFlags
,
LPWSTR
szOut
,
HRESULT
SHELL32_GetDisplayNameOfChild
(
IShellFolder2
*
psf
,
LPCITEMIDLIST
pidl
,
DWORD
dwFlags
,
LPWSTR
szOut
,
DWORD
dwOutLen
)
DECLSPEC_HIDDEN
;
DWORD
dwOutLen
);
HRESULT
SHELL32_BindToChild
(
LPCITEMIDLIST
pidlRoot
,
const
CLSID
*
clsidChild
,
HRESULT
SHELL32_BindToChild
(
LPCITEMIDLIST
pidlRoot
,
const
CLSID
*
clsidChild
,
LPCWSTR
pathRoot
,
LPCITEMIDLIST
pidlComplete
,
REFIID
riid
,
LPVOID
*
ppvOut
)
DECLSPEC_HIDDEN
;
LPCWSTR
pathRoot
,
LPCITEMIDLIST
pidlComplete
,
REFIID
riid
,
LPVOID
*
ppvOut
);
HRESULT
SHELL32_CompareIDs
(
IShellFolder2
*
iface
,
LPARAM
lParam
,
LPCITEMIDLIST
pidl1
,
LPCITEMIDLIST
pidl2
)
DECLSPEC_HIDDEN
;
HRESULT
SHELL32_CompareIDs
(
IShellFolder2
*
iface
,
LPARAM
lParam
,
LPCITEMIDLIST
pidl1
,
LPCITEMIDLIST
pidl2
);
LPITEMIDLIST
SHELL32_CreatePidlFromBindCtx
(
IBindCtx
*
pbc
,
LPCWSTR
path
)
DECLSPEC_HIDDEN
;
LPITEMIDLIST
SHELL32_CreatePidlFromBindCtx
(
IBindCtx
*
pbc
,
LPCWSTR
path
);
BOOL
is_trash_available
(
void
)
DECLSPEC_HIDDEN
;
BOOL
is_trash_available
(
void
);
BOOL
trash_file
(
const
WCHAR
*
path
)
DECLSPEC_HIDDEN
;
BOOL
trash_file
(
const
WCHAR
*
path
);
static
inline
int
SHELL32_GUIDToStringA
(
REFGUID
guid
,
LPSTR
str
)
static
inline
int
SHELL32_GUIDToStringA
(
REFGUID
guid
,
LPSTR
str
)
{
{
...
@@ -80,7 +80,7 @@ static inline int SHELL32_GUIDToStringW (REFGUID guid, LPWSTR str)
...
@@ -80,7 +80,7 @@ static inline int SHELL32_GUIDToStringW (REFGUID guid, LPWSTR str)
guid
->
Data4
[
4
],
guid
->
Data4
[
5
],
guid
->
Data4
[
6
],
guid
->
Data4
[
7
]);
guid
->
Data4
[
4
],
guid
->
Data4
[
5
],
guid
->
Data4
[
6
],
guid
->
Data4
[
7
]);
}
}
void
SHELL_FS_ProcessDisplayFilename
(
LPWSTR
szPath
,
DWORD
dwFlags
)
DECLSPEC_HIDDEN
;
void
SHELL_FS_ProcessDisplayFilename
(
LPWSTR
szPath
,
DWORD
dwFlags
);
DEFINE_GUID
(
CLSID_UnixFolder
,
0xcc702eb2
,
0x7dc5
,
0x11d9
,
0xc6
,
0x87
,
0x00
,
0x04
,
0x23
,
0x8a
,
0x01
,
0xcd
);
DEFINE_GUID
(
CLSID_UnixFolder
,
0xcc702eb2
,
0x7dc5
,
0x11d9
,
0xc6
,
0x87
,
0x00
,
0x04
,
0x23
,
0x8a
,
0x01
,
0xcd
);
DEFINE_GUID
(
CLSID_UnixDosFolder
,
0x9d20aae8
,
0x0625
,
0x44b0
,
0x9c
,
0xa7
,
0x71
,
0x88
,
0x9c
,
0x22
,
0x54
,
0xd9
);
DEFINE_GUID
(
CLSID_UnixDosFolder
,
0x9d20aae8
,
0x0625
,
0x44b0
,
0x9c
,
0xa7
,
0x71
,
0x88
,
0x9c
,
0x22
,
0x54
,
0xd9
);
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