Skip to content

Commit

Permalink
Merge branch 'cocoaportability' into candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
olilarkin committed Mar 19, 2011
2 parents d6a7bea + 0e4a406 commit 7771775
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions WDL/IPlug/IGraphicsCocoa.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
#import <AudioUnit/AUCocoaUIView.h>
#include "IGraphicsMac.h"

// Cocoa objects can be supplied by any existing component,
// so we need to make sure the C++ static lib code gets the
// IGraphicsCocoa that it expects.
#define IGRAPHICS_COCOA IGraphicsCocoa_v1002_e375d5b9
#ifndef IGRAPHICS_COCOA
#define IGRAPHICS_COCOA IGraphicsCocoa_vWDLCE
#endif

NSString* ToNSString(const char* cStr);

Expand Down

0 comments on commit 7771775

Please sign in to comment.