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
3026862f
Commit
3026862f
authored
May 13, 2011
by
Marcus Meissner
Committed by
Alexandre Julliard
May 23, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oledlg: Mark internal variables with hidden visibility.
parent
60723297
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
oledlg_private.h
dlls/oledlg/oledlg_private.h
+11
-11
No files found.
dlls/oledlg/oledlg_private.h
View file @
3026862f
...
@@ -21,18 +21,18 @@
...
@@ -21,18 +21,18 @@
#ifndef __OLEDLG_PRIVATE_H__
#ifndef __OLEDLG_PRIVATE_H__
#define __OLEDLG_PRIVATE_H__
#define __OLEDLG_PRIVATE_H__
extern
HINSTANCE
OLEDLG_hInstance
;
extern
HINSTANCE
OLEDLG_hInstance
DECLSPEC_HIDDEN
;
extern
UINT
cf_embed_source
;
extern
UINT
cf_embed_source
DECLSPEC_HIDDEN
;
extern
UINT
cf_embedded_object
;
extern
UINT
cf_embedded_object
DECLSPEC_HIDDEN
;
extern
UINT
cf_link_source
;
extern
UINT
cf_link_source
DECLSPEC_HIDDEN
;
extern
UINT
cf_object_descriptor
;
extern
UINT
cf_object_descriptor
DECLSPEC_HIDDEN
;
extern
UINT
cf_link_src_descriptor
;
extern
UINT
cf_link_src_descriptor
DECLSPEC_HIDDEN
;
extern
UINT
cf_ownerlink
;
extern
UINT
cf_ownerlink
DECLSPEC_HIDDEN
;
extern
UINT
cf_filename
;
extern
UINT
cf_filename
DECLSPEC_HIDDEN
;
extern
UINT
cf_filenamew
;
extern
UINT
cf_filenamew
DECLSPEC_HIDDEN
;
extern
UINT
oleui_msg_help
;
extern
UINT
oleui_msg_help
DECLSPEC_HIDDEN
;
extern
UINT
oleui_msg_enddialog
;
extern
UINT
oleui_msg_enddialog
DECLSPEC_HIDDEN
;
#endif
/* __OLEDLG_PRIVATE_H__ */
#endif
/* __OLEDLG_PRIVATE_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