Changelog: Shachar Shemesh <winecode@shemesh.biz>
* Fix compilation errors when ICU library is not available.
-- Shachar Shemesh Open Source integration consultant Home page & resume - http://www.shemesh.biz/
diff -u -r wine.ref/dlls/gdi/gdibidi.h wine/dlls/gdi/gdibidi.h --- wine.ref/dlls/gdi/gdibidi.h 2003-06-14 17:47:38.000000000 +0300 +++ wine/dlls/gdi/gdibidi.h 2003-06-14 17:38:42.000000000 +0300 @@ -45,8 +45,7 @@ /* Replace all the functions with their return code on error */ #define BidiAvail (FALSE) #define WineBidiInit() (FALSE) - -#define Wine_GCPW(p1,p2,p3,p4,p5,p6,p7) (0) +#define Wine_BiDi_reorder(p1,p2,p3,p4,p5,p6,p7) (FALSE) #undef HAVE_BIDI diff -u -r wine.ref/objects/gdiobj.c wine/objects/gdiobj.c --- wine.ref/objects/gdiobj.c 2003-06-14 17:47:24.000000000 +0300 +++ wine/objects/gdiobj.c 2003-06-14 17:44:31.000000000 +0300 @@ -34,6 +34,7 @@ #include "palette.h" #include "gdi.h" #include "wine/debug.h" +#include "gdibidi.h" WINE_DEFAULT_DEBUG_CHANNEL(gdi);