diff options
| -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" |
