Author: dpage
Date: 2006-01-08 14:44:48 +0000 (Sun, 08 Jan 2006)
New Revision: 4876

Modified:
   trunk/pgadmin3/src/include/version.h
Log:
Use winver.h instead of ver.h [Magnus Hagander]

Modified: trunk/pgadmin3/src/include/version.h
===================================================================
--- trunk/pgadmin3/src/include/version.h        2006-01-06 21:06:46 UTC (rev 
4875)
+++ trunk/pgadmin3/src/include/version.h        2006-01-08 14:44:48 UTC (rev 
4876)
@@ -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 3: Have you checked our extensive FAQ?

               http://www.postgresql.org/docs/faq

Reply via email to