[Pcsclite-cvs-commit] r384 - trunk/CocoaCard

Ludovic Rousseau rousseau at costa.debian.org
Mon Feb 6 10:51:49 UTC 2006


Author: rousseau
Date: 2006-02-06 10:51:41 +0000 (Mon, 06 Feb 2006)
New Revision: 384

Modified:
   trunk/CocoaCard/BundleToolController.h
Log:
use #import <CoreFoundation/CFPlugInCOM.h> instead of #define
__COREFOUNDATION_CFPLUGINCOM__ to avoid the BOOL multiple declaration


Modified: trunk/CocoaCard/BundleToolController.h
===================================================================
--- trunk/CocoaCard/BundleToolController.h	2006-02-06 10:47:56 UTC (rev 383)
+++ trunk/CocoaCard/BundleToolController.h	2006-02-06 10:51:41 UTC (rev 384)
@@ -7,7 +7,7 @@
 //
 
 #import <AppKit/AppKit.h>
-#define __COREFOUNDATION_CFPLUGINCOM__
+#import <CoreFoundation/CFPlugInCOM.h>
 #include <PCSC/wintypes.h>
 #include <PCSC/winscard.h>
 




More information about the Pcsclite-cvs-commit mailing list