Re: PCSC-lite 1.8.8 wintypes.h typedef for LPCTSTR missing on Mac OS
Russell Rezaian <[email protected]>
| Newsgroups | gmane.comp.lib.muscle |
|---|---|
| Message-ID | <[email protected]> |
Ludovic Rousseau wrote: > 2013/8/4 Russell Rezaian <[email protected]>: >> However, in the 1.8.8 version of PCSC-lite wintypes.h there is an ifdef for >> __APPLE__ and the defines for LPTSTR and LPCTSTR are only in the >> non-__APPLE__ else block. >> >> I think this might be a bug. > On Mac OS X you should use the PCSC framework provided by Apple and > not pcsc-lite 1.8.8. pcsc-lite 1.8.8 is not supposed to be used on Mac > OS X. I will investigate doing a re-compile. I have been using the non-Apple provided code as it's nice to have a consistent version of libraries like this across many different Mac OS versions. The pcsc-lite 1.8.8 headers do still have __APPLE__ ifdefs in them now, and things do seem to have compiled successfully, and from my VERY limited testing so far pcsc-lite 1.8.8 does seem to work on Mac OS, hence my suspicion that this might have been worth reporting. Thank you! -- Russell