From 2400e2c99ed3aa44152147ea7402c7f05f984aec Mon Sep 17 00:00:00 2001 From: Tannin Date: Thu, 22 Jan 2015 19:44:38 +0100 Subject: cleanup (mostly removing unused includes) --- src/shared/directoryentry.cpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/shared/directoryentry.cpp') diff --git a/src/shared/directoryentry.cpp b/src/shared/directoryentry.cpp index 7c0e7119..f34b0566 100644 --- a/src/shared/directoryentry.cpp +++ b/src/shared/directoryentry.cpp @@ -24,16 +24,13 @@ along with Mod Organizer. If not, see . #include #include #include -#include "error_report.h" -#include "util.h" #include "windows_error.h" #include #include #include -#include "util.h" #include "leaktrace.h" - #include +#include "error_report.h" namespace MOShared { @@ -155,7 +152,7 @@ void FilesOrigin::removeFile(FileEntry::Index index) -std::wstring tail(const std::wstring &source, const size_t count) +static std::wstring tail(const std::wstring &source, const size_t count) { if (count >= source.length()) { return source; -- cgit v1.3.1 From f756aede08edb315ebe5882098191ebfe971fd81 Mon Sep 17 00:00:00 2001 From: Tannin Date: Sat, 24 Jan 2015 19:16:42 +0100 Subject: updated version number --- src/shared/directoryentry.cpp | 4 +--- src/version.rc | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) (limited to 'src/shared/directoryentry.cpp') diff --git a/src/shared/directoryentry.cpp b/src/shared/directoryentry.cpp index f34b0566..8509e19b 100644 --- a/src/shared/directoryentry.cpp +++ b/src/shared/directoryentry.cpp @@ -35,9 +35,7 @@ along with Mod Organizer. If not, see . namespace MOShared { - -static int s_Count = 0; - +static const int MAXPATH_UNICODE = 32767; class OriginConnection { diff --git a/src/version.rc b/src/version.rc index f451c936..eb0f3686 100644 --- a/src/version.rc +++ b/src/version.rc @@ -1,7 +1,7 @@ #include "Winver.h" -#define VER_FILEVERSION 1,2,17,0 -#define VER_FILEVERSION_STR "1,2,17,0\0" +#define VER_FILEVERSION 1,2,18,0 +#define VER_FILEVERSION_STR "1,2,18,0\0" VS_VERSION_INFO VERSIONINFO FILEVERSION VER_FILEVERSION -- cgit v1.3.1