diff options
| author | Tannin <devnull@localhost> | 2015-01-24 19:16:42 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2015-01-24 19:16:42 +0100 |
| commit | f756aede08edb315ebe5882098191ebfe971fd81 (patch) | |
| tree | 3b00eb91986bdb0d5f9e984396c9b44a65269568 /src/shared | |
| parent | 855e8bd737c6b7e41c331bd8a2f927800c189b2d (diff) | |
updated version number
Diffstat (limited to 'src/shared')
| -rw-r--r-- | src/shared/directoryentry.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
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 <http://www.gnu.org/licenses/>. namespace MOShared {
-
-static int s_Count = 0;
-
+static const int MAXPATH_UNICODE = 32767;
class OriginConnection {
|
