Author: dpage Date: 2006-01-08 14:45:38 +0000 (Sun, 08 Jan 2006) New Revision: 4877
Modified: branches/REL-1_4_0_PATCHES/pgadmin3/src/include/version.h Log: Use winver.h instead of ver.h [Magnus Hagander] Modified: branches/REL-1_4_0_PATCHES/pgadmin3/src/include/version.h =================================================================== --- branches/REL-1_4_0_PATCHES/pgadmin3/src/include/version.h 2006-01-08 14:44:48 UTC (rev 4876) +++ branches/REL-1_4_0_PATCHES/pgadmin3/src/include/version.h 2006-01-08 14:45:38 UTC (rev 4877) @@ -24,7 +24,7 @@ #define wxT(str) str #define _(str) str -#include "ver.h" +#include "winver.h" #ifdef __WXDEBUG__ #define VER_DEBUG VS_FF_DEBUG #else ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match