diff options
| author | pp <pp@455248ca-bdda-0310-9134-f4ebb693071a> | 2008-03-22 12:46:43 +0000 |
|---|---|---|
| committer | pp <pp@455248ca-bdda-0310-9134-f4ebb693071a> | 2008-03-22 12:46:43 +0000 |
| commit | 7a9b918e8890daa3cac2b1e4c64d032720fbe602 (patch) | |
| tree | 8a6287247726c2e6ac2ff02d431463d58f8e57f7 /src | |
| parent | ca34910bd04b463759245d059b43c77e948af8b2 (diff) | |
- define REV macro if not defined
git-svn-id: https://lampka.siedziba.pl:790/svn/repos/lingot-win32@306 455248ca-bdda-0310-9134-f4ebb693071a
Diffstat (limited to 'src')
| -rw-r--r-- | src/lingot-mainframe.c | 4 |
1 files changed, 4 insertions, 0 deletions
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" |
