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
666c3dbd
Commit
666c3dbd
authored
Jun 30, 2023
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Jul 05, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oledlg: Remove DECLSPEC_HIDDEN usage.
parent
f573cd10
Hide 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 @
666c3dbd
...
...
@@ -21,18 +21,18 @@
#ifndef __OLEDLG_PRIVATE_H__
#define __OLEDLG_PRIVATE_H__
extern
HINSTANCE
OLEDLG_hInstance
DECLSPEC_HIDDEN
;
extern
HINSTANCE
OLEDLG_hInstance
;
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
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
oleui_msg_help
DECLSPEC_HIDDEN
;
extern
UINT
oleui_msg_enddialog
DECLSPEC_HIDDEN
;
extern
UINT
oleui_msg_help
;
extern
UINT
oleui_msg_enddialog
;
#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