Fix for library changes (old).

git-svn-id: svn://10.0.0.236/trunk@27967 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bruce%cybersight.com 1999-04-17 01:02:31 +00:00
parent b9573ee9ea
commit b8c7191172

View File

@ -96,10 +96,10 @@ char * gFailedMsg = NULL;
#ifdef XP_UNIX
#ifndef WIDGET_DLL
#define WIDGET_DLL "libwidgetunix.so"
#define WIDGET_DLL "libwidgetgtk.so"
#endif
#ifndef GFX_DLL
#define GFX_DLL "libgfxunix.so"
#define GFX_DLL "libgfxgtk.so"
#endif
#define TEXT_HEIGHT 30
#endif