Commit cd56a1c1 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

gdi32: Don't use DECLSPEC_HIDDEN.

parent bbc2a9ab
...@@ -74,7 +74,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(bidi); ...@@ -74,7 +74,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(bidi);
#define odd(x) ((x) & 1) #define odd(x) ((x) & 1)
extern const unsigned short bidi_direction_table[] DECLSPEC_HIDDEN; extern const unsigned short bidi_direction_table[];
/*------------------------------------------------------------------------ /*------------------------------------------------------------------------
Bidirectional Character Types Bidirectional Character Types
......
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