Searched refs:systemVersion (Results 1 – 1 of 1) sorted by relevance
181 SInt32 systemVersion = OSX_VER_LION; // initialize with the minimal requirement in initNSApp() local182 const OSErr err = Gestalt( gestaltSystemVersion, &systemVersion); in initNSApp()185 GetSalData()->mnSystemVersion = systemVersion; in initNSApp()187 fprintf( stderr, "OSX System Version 0x%04x\n", (unsigned int)systemVersion); in initNSApp()
Completed in 16 milliseconds