Commit 82ceaca3 authored by Vincent Béron's avatar Vincent Béron Committed by Alexandre Julliard

Fix compilation with ICU after introduction of gdi_private.h.

parent d6b2468f
......@@ -31,6 +31,7 @@
#include "wingdi.h"
#include "wine/debug.h"
#include "gdi.h"
#include "gdi_private.h"
WINE_DEFAULT_DEBUG_CHANNEL(bidi);
......@@ -63,7 +64,7 @@ BOOL BIDI_Reorder(
if ((dwFlags & GCP_REORDER) != 0) {
UBiDi *bidi;
UErrorCode err=0;
UBiDiLevel level;
UBiDiLevel level=0;
bidi=ubidi_open();
if( bidi==NULL ) {
......
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