src/Base.cpp
changeset 9 629f61203db1
parent 0 31a43d94cc26
     1.1 --- a/src/Base.cpp	Sun Sep 20 15:14:12 2009 -0700
     1.2 +++ b/src/Base.cpp	Tue Sep 29 15:46:42 2009 -0700
     1.3 @@ -11,7 +11,10 @@
     1.4  #include "File.h"
     1.5  #include <assert.h>
     1.6  #include <errno.h>
     1.7 +
     1.8 +#if USE_REMOVED_UUID
     1.9  #include <CoreFoundation/CFUUID.h>
    1.10 +#endif
    1.11  
    1.12  namespace Mooseyard {
    1.13      
    1.14 @@ -39,7 +42,7 @@
    1.15  #pragma mark -
    1.16  #pragma mark UUID:
    1.17    
    1.18 -#if 0
    1.19 +#if USE_REMOVED_UUID
    1.20      /** Typical 128-bit universally-unique identifier. */
    1.21      class UUID {
    1.22      public: