QTfrontend/M3InstallController.h
changeset 2606 ed687a8d081f
parent 2400 2422ea85d100
child 2948 3f21a9dc93d0
equal deleted inserted replaced
2605:a40a7c90ffd8 2606:ed687a8d081f
    27  OTHER DEALINGS IN THE SOFTWARE.
    27  OTHER DEALINGS IN THE SOFTWARE.
    28  
    28  
    29  *****************************************************************/
    29  *****************************************************************/
    30 
    30 
    31 #import <Cocoa/Cocoa.h>
    31 #import <Cocoa/Cocoa.h>
       
    32 #import <AvailabilityMacros.h>
    32 
    33 
    33 #include <AvailabilityMacros.h>
    34 //#if MAC_OS_X_VERSION_MIN_REQUIRED < 1050
    34 #if MAC_OS_X_VERSION_MIN_REQUIRED < 1050
       
    35 #if __LP64__ || NS_BUILD_32_LIKE_64
    35 #if __LP64__ || NS_BUILD_32_LIKE_64
    36 typedef long NSInteger;
    36 typedef long NSInteger;
    37 typedef unsigned long NSUInteger;
    37 typedef unsigned long NSUInteger;
    38 #else
    38 #else
    39 typedef int NSInteger;
    39 typedef int NSInteger;
    40 typedef unsigned int NSUInteger;
    40 typedef unsigned int NSUInteger;
    41 #endif
    41 #endif
    42 #endif
    42 //#endif
    43 
    43 
    44 
    44 
    45 @interface M3InstallController : NSObject {
    45 @interface M3InstallController : NSObject {
    46 	NSAlert *alert;
    46 	NSAlert *alert;
    47 }
    47 }