Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alexey Alyaev
wine
Commits
3026862f
Commit
3026862f
authored
13 years ago
by
Marcus Meissner
Committed by
Alexandre Julliard
13 years ago
Browse files
Options
Downloads
Patches
Plain Diff
oledlg: Mark internal variables with hidden visibility.
parent
60723297
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dlls/oledlg/oledlg_private.h
+11
-11
11 additions, 11 deletions
dlls/oledlg/oledlg_private.h
with
11 additions
and
11 deletions
dlls/oledlg/oledlg_private.h
+
11
−
11
View file @
3026862f
...
...
@@ -21,18 +21,18 @@
#ifndef __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_embedded_object
;
extern
UINT
cf_link_source
;
extern
UINT
cf_object_descriptor
;
extern
UINT
cf_link_src_descriptor
;
extern
UINT
cf_ownerlink
;
extern
UINT
cf_filename
;
extern
UINT
cf_filenamew
;
extern
UINT
cf_embed_source
DECLSPEC_HIDDEN
;
extern
UINT
cf_embedded_object
DECLSPEC_HIDDEN
;
extern
UINT
cf_link_source
DECLSPEC_HIDDEN
;
extern
UINT
cf_object_descriptor
DECLSPEC_HIDDEN
;
extern
UINT
cf_link_src_descriptor
DECLSPEC_HIDDEN
;
extern
UINT
cf_ownerlink
DECLSPEC_HIDDEN
;
extern
UINT
cf_filename
DECLSPEC_HIDDEN
;
extern
UINT
cf_filenamew
DECLSPEC_HIDDEN
;
extern
UINT
oleui_msg_help
;
extern
UINT
oleui_msg_enddialog
;
extern
UINT
oleui_msg_help
DECLSPEC_HIDDEN
;
extern
UINT
oleui_msg_enddialog
DECLSPEC_HIDDEN
;
#endif
/* __OLEDLG_PRIVATE_H__ */
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment