Re: [Smartsign-users] Patch for openssh-mcard
Status: Pre-Alpha
Brought to you by:
kefren
From: Ludovic R. <lud...@fr...> - 2004-09-28 22:45:35
|
Le Tuesday 28 September 2004 à 16:22:23, Tommaso Cucinotta a écrit: > > 3) Eliminated the use of the deprecated LPSTR type > > Hi, Hello, > can you explain a little bit more about the deprecation of > LPSTR ? I'm just compiling against pcsc-lite-1.2.0 and it > (still) has, in winscard.h, > > /usr/local/include/wintypes.h: typedef char *LPSTR; > > while LPTSTR is *not* defined, thus it does not compile :-( Windows API uses LPTSTR instead of LPSTR. I changed the .h file in pcsc-lite-1.2.9beta. LPSTR is still defined but is mark deprecated: typedef char *LPSTR __attribute__ ((deprecated)); I do not plan to remove the declaration any time soon. So you can continue to use it. It will just produce a warning during the compilation. Bye, -- Dr. Ludovic Rousseau Lud...@fr... -- Normaliser Unix c'est comme pasteuriser le camembert, L.R. -- |