From 2dfc7866d06f5c2bd426103d5d3889f6cf855baa Mon Sep 17 00:00:00 2001 From: matthias gatto Date: Sun, 14 Oct 2018 17:50:53 +0200 Subject: [PATCH] dlditool: fix redefinition of VERSION --- desmume/src/utils/dlditool.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/desmume/src/utils/dlditool.cpp b/desmume/src/utils/dlditool.cpp index c3570b767..9d4b48686 100644 --- a/desmume/src/utils/dlditool.cpp +++ b/desmume/src/utils/dlditool.cpp @@ -51,7 +51,9 @@ * v1.00 - 2006-12-25 - Chishm * Original release */ +#ifndef VERSION #define VERSION "v1.24" +#endif #include #include