- define REV macro if not defined

pp [2008-03-22 12:46:43]
- define REV macro if not defined


git-svn-id: https://lampka.siedziba.pl:790/svn/repos/lingot-win32@306 455248ca-bdda-0310-9134-f4ebb693071a
Filename
src/lingot-mainframe.c
diff --git a/src/lingot-mainframe.c b/src/lingot-mainframe.c
index 0564b2b..170b992 100644
--- a/src/lingot-mainframe.c
+++ b/src/lingot-mainframe.c
@@ -38,6 +38,10 @@
 #include "lingot-background.xpm"
 #include "lingot-logo.xpm"

+#ifndef REV
+#define REV ""
+#endif
+
 #ifdef __WIN32__
 #include "windows.h"
 #include "shellapi.h"
ViewGit