dlditool: fix redefinition of VERSION
This commit is contained in:
parent
bf3e1b1cf3
commit
2dfc7866d0
|
@ -51,7 +51,9 @@
|
||||||
* v1.00 - 2006-12-25 - Chishm
|
* v1.00 - 2006-12-25 - Chishm
|
||||||
* Original release
|
* Original release
|
||||||
*/
|
*/
|
||||||
|
#ifndef VERSION
|
||||||
#define VERSION "v1.24"
|
#define VERSION "v1.24"
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
Loading…
Reference in New Issue