Commit 3026862f authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

oledlg: Mark internal variables with hidden visibility.

parent 60723297
...@@ -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__ */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment