[Tcladdressbook-commits] Source TclAddressBook.h,1.1.1.1,1.2
Status: Alpha
Brought to you by:
bdesgraupes
|
From: <bde...@us...> - 2003-12-11 08:55:55
|
Update of /cvsroot/tcladdressbook/Source In directory sc8-pr-cvs1:/tmp/cvs-serv16661/Source Modified Files: TclAddressBook.h Log Message: Suppressed TCLADDRESSBOOK_USE_FRAMEWORK_INCLUDES Index: TclAddressBook.h =================================================================== RCS file: /cvsroot/tcladdressbook/Source/TclAddressBook.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- TclAddressBook.h 1 Dec 2003 16:46:11 -0000 1.1.1.1 +++ TclAddressBook.h 11 Dec 2003 08:55:49 -0000 1.2 @@ -1,6 +1,6 @@ // File: "TclAddressBook.h" // Created: 2003-11-26 12:53:29 -// Last modification: 2003-11-28 09:32:49 +// Last modification: 2003-12-11 09:51:39 // Author: Bernard Desgraupes // Description: Use this header on OSX for dylib target built with CW Pro 8 @@ -15,7 +15,6 @@ #else -#define TCLADDRESSBOOK_USE_FRAMEWORK_INCLUDES #include "TclAddressBook_Headers.h" #endif // __MWERKS__ |