// // Prefix header for all source files of the 'MWPathControl' target in the 'MWPathControl' project // #ifdef __OBJC__ #import #endif #define NSPathControl MWPathControl #define NSPathCell MWPathCell #define NSPathComponentCell MWPathComponentCell #define NSPathStyleStandard MWPathStyleStandard #define NSPathStyleNavigationBar MWPathStyleNavigationBar #define NSPathStylePopUp MWPathStylePopUp #ifndef ASSIGN #define ASSIGN(var, val) ([var release], var=[val retain]) #endif #define objc_realloc(A, B) realloc((A), (B)) #define objc_free(A) free(A) #define TESTING 1 #import "../../AppKit/Sources/NSPathCell.h" #import "../../AppKit/Sources/NSPathComponentCell.h" #import "../../AppKit/Sources/NSPathControl.h"