Pyrogenesis
13997
|
#import <AvailabilityMacros.h>
#import <Foundation/Foundation.h>
#import <string>
#import "osx_bundle.h"
Go to the source code of this file.
Macros | |
#define | STRINGIZE2(id) # id |
#define | STRINGIZE(id) STRINGIZE2(id) |
Functions | |
void | GetSystemVersion (int &major, int &minor, int &bugfix) |
Variables | |
static const char * | BUNDLE_ID_STR = "" |
#define STRINGIZE | ( | id | ) | STRINGIZE2(id) |
Definition at line 31 of file osx_sys_version.mm.
#define STRINGIZE2 | ( | id | ) | # id |
Definition at line 30 of file osx_sys_version.mm.
void GetSystemVersion | ( | int & | major, |
int & | minor, | ||
int & | bugfix | ||
) |
Definition at line 41 of file osx_sys_version.mm.
|
static |
Definition at line 37 of file osx_sys_version.mm.