revert the last change. It was a manipulation error.
1 lines of code changed in 1 file:
This file is dual licenced:
- BSD-like, see the COPYING file
- GNU Lesser General Licence 2.1 or (at your option) any later version.
5 lines of code changed in 2 files:
SCardUnload(): use SYS_PublicMemoryUnmap() to free the memory mapped
segment.
Thanks to Stefan Schuermans for the bug report and patch
12 lines of code changed in 1 file:
implement SYS_PublicMemoryUnmap()
Thanks to Stefan Schuermans for the patch
13 lines of code changed in 2 files:
SYS_PublicMemoryMap(): check the value returned by mmap() to detect a
memory exhaustion
7 lines of code changed in 1 file:
document the parameters changes for SHMMessageSend() and
SHMMessageReceive() for Doxygen
4 lines of code changed in 1 file:
do not cast malloc() return value.
7 lines of code changed in 3 files:
replace LPTSTR and LPCTSTR by LPSTR and LPCSTR
79 lines of code changed in 12 files:
use LPCSTR and LPSTR instead of LPCTSTR and LPTSTR.
LPCTSTR is either LPCSTR or LPCWSTR depending on the value of UNICODE
under Windows. So this type name should not be used directly.
See http://archives.neohapsis.com/archives/dev/muscle/2006-q2/0149.html
9 lines of code changed in 1 file:
May 2006 »