riched20: Mark internal symbols with hidden visibility.
This commit is contained in:
parent
04b09dd68c
commit
4eedf6a4b3
|
@ -51,7 +51,7 @@
|
||||||
#include "wine/list.h"
|
#include "wine/list.h"
|
||||||
|
|
||||||
#ifdef __i386__
|
#ifdef __i386__
|
||||||
extern const struct ITextHostVtbl itextHostStdcallVtbl;
|
extern const struct ITextHostVtbl itextHostStdcallVtbl DECLSPEC_HIDDEN;
|
||||||
#endif /* __i386__ */
|
#endif /* __i386__ */
|
||||||
|
|
||||||
typedef struct tagME_String
|
typedef struct tagME_String
|
||||||
|
|
Loading…
Reference in New Issue