diff options
author | Pär Björklund <per.bjorklund@gmail.com> | 2017-02-22 20:27:39 +0100 |
---|---|---|
committer | Pär Björklund <per.bjorklund@gmail.com> | 2017-03-01 18:13:29 +0100 |
commit | 7070d1cb0dbc7d53079a8612cb4553a9ea2f4622 (patch) | |
tree | 898b3d6325a4f08a419d0d625379b0b6b92be8bd /lib/UnrarXLib/suballoc.cpp | |
parent | 78d6cdd5ae3c1b3b0829fd86a65c1aa57f4dd60c (diff) |
Move to using unicode win32 api methods
This should have been done a long time ago but
with UWP no longer supporting the ascii versions it's
time to get it done.
The changes in UnrarXLib isn't really tested but it's
about to get dropped from our tree anyway.
Diffstat (limited to 'lib/UnrarXLib/suballoc.cpp')
-rw-r--r-- | lib/UnrarXLib/suballoc.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/UnrarXLib/suballoc.cpp b/lib/UnrarXLib/suballoc.cpp index a23bc98eae..45cebcc478 100644 --- a/lib/UnrarXLib/suballoc.cpp +++ b/lib/UnrarXLib/suballoc.cpp @@ -91,9 +91,6 @@ bool SubAllocator::StartSubAllocator(int SASize) return FALSE; } - if(AllocSize != AllocSize2) - OutputDebugString("ERROR - had to allocate smaller data than required, extract can very well fail"); - #endif HeapEnd=HeapStart+AllocSize-UNIT_SIZE; SubAllocatorSize=t; |