[Pcsclite-cvs-commit] r1821 - trunk/PCSC/win32

Ludovic Rousseau rousseau at costa.debian.org
Tue Jan 24 10:38:10 UTC 2006


Author: rousseau
Date: 2006-01-24 10:38:09 +0000 (Tue, 24 Jan 2006)
New Revision: 1821

Modified:
   trunk/PCSC/win32/PCSC.h
Log:
reformat comment


Modified: trunk/PCSC/win32/PCSC.h
===================================================================
--- trunk/PCSC/win32/PCSC.h	2006-01-20 13:44:06 UTC (rev 1820)
+++ trunk/PCSC/win32/PCSC.h	2006-01-24 10:38:09 UTC (rev 1821)
@@ -1,10 +1,11 @@
 
-// The following ifdef block is the standard way of creating macros which make exporting 
-// from a DLL simpler. All files within this DLL are compiled with the PCSC_EXPORTS
-// symbol defined on the command line. this symbol should not be defined on any project
-// that uses this DLL. This way any other project whose source files include this file see 
-// PCSC_API functions as being imported from a DLL, wheras this DLL sees symbols
-// defined with this macro as being exported.
+// The following ifdef block is the standard way of creating macros which make
+// exporting from a DLL simpler. All files within this DLL are compiled with
+// the PCSC_EXPORTS symbol defined on the command line. this symbol should not
+// be defined on any project that uses this DLL. This way any other project
+// whose source files include this file see PCSC_API functions as being
+// imported from a DLL, wheras this DLL sees symbols defined with this macro as
+// being exported.
 #ifdef PCSC_EXPORTS
 #define PCSC_API __declspec(dllexport)
 #else




More information about the Pcsclite-cvs-commit mailing list