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
32e05d7b
Commit
32e05d7b
authored
Apr 21, 2011
by
Marcus Meissner
Committed by
Alexandre Julliard
Apr 26, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comdlg32: Mark internal symbols as having hidden visibility.
parent
3ed13392
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
25 deletions
+25
-25
cdlg.h
dlls/comdlg32/cdlg.h
+8
-8
filedlg31.h
dlls/comdlg32/filedlg31.h
+9
-9
filedlgbrowser.h
dlls/comdlg32/filedlgbrowser.h
+8
-8
No files found.
dlls/comdlg32/cdlg.h
View file @
32e05d7b
...
...
@@ -26,10 +26,10 @@
/* Common dialogs implementation globals */
#define COMDLG32_Atom ((ATOM)0xa000)
/* MS uses this one to identify props */
extern
HINSTANCE
COMDLG32_hInstance
;
extern
HINSTANCE
COMDLG32_hInstance
DECLSPEC_HIDDEN
;
void
COMDLG32_SetCommDlgExtendedError
(
DWORD
err
);
LPVOID
COMDLG32_AllocMem
(
int
size
)
__WINE_ALLOC_SIZE
(
1
);
void
COMDLG32_SetCommDlgExtendedError
(
DWORD
err
)
DECLSPEC_HIDDEN
;
LPVOID
COMDLG32_AllocMem
(
int
size
)
__WINE_ALLOC_SIZE
(
1
)
DECLSPEC_HIDDEN
;
/* handle<-handle16 conversion */
#define HINSTANCE_32(h16) ((HINSTANCE)(ULONG_PTR)(h16))
...
...
@@ -170,14 +170,14 @@ typedef struct {
#include "shellapi.h"
/* Constructors */
HRESULT
FileOpenDialog_Constructor
(
IUnknown
*
pUnkOuter
,
REFIID
riid
,
void
**
ppv
);
HRESULT
FileSaveDialog_Constructor
(
IUnknown
*
pUnkOuter
,
REFIID
riid
,
void
**
ppv
);
HRESULT
FileOpenDialog_Constructor
(
IUnknown
*
pUnkOuter
,
REFIID
riid
,
void
**
ppv
)
DECLSPEC_HIDDEN
;
HRESULT
FileSaveDialog_Constructor
(
IUnknown
*
pUnkOuter
,
REFIID
riid
,
void
**
ppv
)
DECLSPEC_HIDDEN
;
/* Shared helper functions */
void
COMDLG32_GetCanonicalPath
(
PCIDLIST_ABSOLUTE
pidlAbsCurrent
,
LPWSTR
lpstrFile
,
LPWSTR
lpstrPathAndFile
);
void
COMDLG32_GetCanonicalPath
(
PCIDLIST_ABSOLUTE
pidlAbsCurrent
,
LPWSTR
lpstrFile
,
LPWSTR
lpstrPathAndFile
)
DECLSPEC_HIDDEN
;
int
FILEDLG95_ValidatePathAction
(
LPWSTR
lpstrPathAndFile
,
IShellFolder
**
ppsf
,
HWND
hwnd
,
DWORD
flags
,
BOOL
isSaveDlg
,
int
defAction
);
int
COMDLG32_SplitFileNames
(
LPWSTR
lpstrEdit
,
UINT
nStrLen
,
LPWSTR
*
lpstrFileList
,
UINT
*
sizeUsed
);
HWND
hwnd
,
DWORD
flags
,
BOOL
isSaveDlg
,
int
defAction
)
DECLSPEC_HIDDEN
;
int
COMDLG32_SplitFileNames
(
LPWSTR
lpstrEdit
,
UINT
nStrLen
,
LPWSTR
*
lpstrFileList
,
UINT
*
sizeUsed
)
DECLSPEC_HIDDEN
;
/* ITEMIDLIST */
...
...
dlls/comdlg32/filedlg31.h
View file @
32e05d7b
...
...
@@ -35,18 +35,18 @@ typedef struct tagFD31_DATA
LPOPENFILENAMEA
ofnA
;
/* original structure if 32bits ansi dialog */
}
FD31_DATA
,
*
PFD31_DATA
;
extern
BOOL
FD32_GetTemplate
(
PFD31_DATA
lfs
);
extern
BOOL
FD32_GetTemplate
(
PFD31_DATA
lfs
)
DECLSPEC_HIDDEN
;
extern
BOOL
FD31_Init
(
void
);
extern
PFD31_DATA
FD31_AllocPrivate
(
LPARAM
lParam
,
UINT
dlgType
,
BOOL
IsUnicode
);
extern
void
FD31_DestroyPrivate
(
PFD31_DATA
lfs
);
extern
BOOL
FD31_Init
(
void
)
DECLSPEC_HIDDEN
;
extern
PFD31_DATA
FD31_AllocPrivate
(
LPARAM
lParam
,
UINT
dlgType
,
BOOL
IsUnicode
)
DECLSPEC_HIDDEN
;
extern
void
FD31_DestroyPrivate
(
PFD31_DATA
lfs
)
DECLSPEC_HIDDEN
;
extern
BOOL
FD31_CallWindowProc
(
const
FD31_DATA
*
lfs
,
UINT
wMsg
,
WPARAM
wParam
,
LPARAM
lParam
);
extern
LONG
FD31_WMInitDialog
(
HWND
hWnd
,
WPARAM
wParam
,
LPARAM
lParam
);
LPARAM
lParam
)
DECLSPEC_HIDDEN
;
extern
LONG
FD31_WMInitDialog
(
HWND
hWnd
,
WPARAM
wParam
,
LPARAM
lParam
)
DECLSPEC_HIDDEN
;
extern
LONG
FD31_WMDrawItem
(
HWND
hWnd
,
WPARAM
wParam
,
LPARAM
lParam
,
int
savedlg
,
const
DRAWITEMSTRUCT
*
lpdis
);
int
savedlg
,
const
DRAWITEMSTRUCT
*
lpdis
)
DECLSPEC_HIDDEN
;
extern
LRESULT
FD31_WMCommand
(
HWND
hWnd
,
LPARAM
lParam
,
UINT
notification
,
UINT
control
,
const
FD31_DATA
*
lfs
);
extern
int
FD31_GetFldrHeight
(
void
);
UINT
control
,
const
FD31_DATA
*
lfs
)
DECLSPEC_HIDDEN
;
extern
int
FD31_GetFldrHeight
(
void
)
DECLSPEC_HIDDEN
;
#endif
/* _WINE_DLL_FILEDLG31_H */
dlls/comdlg32/filedlgbrowser.h
View file @
32e05d7b
...
...
@@ -147,23 +147,23 @@ typedef struct
* Prototypes for the methods of the IShellBrowserImpl class
*/
/* Constructor */
IShellBrowser
*
IShellBrowserImpl_Construct
(
HWND
hwndOwner
);
IShellBrowser
*
IShellBrowserImpl_Construct
(
HWND
hwndOwner
)
DECLSPEC_HIDDEN
;
LPITEMIDLIST
GetPidlFromDataObject
(
IDataObject
*
doSelected
,
UINT
nPidlIndex
);
LPITEMIDLIST
GetPidlFromDataObject
(
IDataObject
*
doSelected
,
UINT
nPidlIndex
)
DECLSPEC_HIDDEN
;
/* Functions used by the EDIT box */
void
FILEDLG95_FILENAME_FillFromSelection
(
HWND
hwnd
);
void
FILEDLG95_FILENAME_FillFromSelection
(
HWND
hwnd
)
DECLSPEC_HIDDEN
;
/**************************************************************************
* External Prototypes
*/
extern
const
char
FileOpenDlgInfosStr
[];
extern
const
char
FileOpenDlgInfosStr
[]
DECLSPEC_HIDDEN
;
extern
IShellFolder
*
GetShellFolderFromPidl
(
LPITEMIDLIST
pidlAbs
);
extern
LPITEMIDLIST
GetParentPidl
(
LPITEMIDLIST
pidl
);
extern
IShellFolder
*
GetShellFolderFromPidl
(
LPITEMIDLIST
pidlAbs
)
DECLSPEC_HIDDEN
;
extern
LPITEMIDLIST
GetParentPidl
(
LPITEMIDLIST
pidl
)
DECLSPEC_HIDDEN
;
extern
int
FILEDLG95_LOOKIN_SelectItem
(
HWND
hwnd
,
LPITEMIDLIST
pidl
);
extern
LRESULT
SendCustomDlgNotificationMessage
(
HWND
hwndParentDlg
,
UINT
uCode
);
extern
int
FILEDLG95_LOOKIN_SelectItem
(
HWND
hwnd
,
LPITEMIDLIST
pidl
)
DECLSPEC_HIDDEN
;
extern
LRESULT
SendCustomDlgNotificationMessage
(
HWND
hwndParentDlg
,
UINT
uCode
)
DECLSPEC_HIDDEN
;
#endif
/*SHBROWSER_H*/
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