Fix compilation with ICU after introduction of gdi_private.h.

This commit is contained in:
Vincent Béron 2004-01-16 02:01:32 +00:00 committed by Alexandre Julliard
parent d6b2468f7f
commit 82ceaca3ec
1 changed files with 2 additions and 1 deletions

View File

@ -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 ) {