MythTV  master
util-osx.h
Go to the documentation of this file.
1 //
2 // util-osx.h
3 // MythTV
4 //
5 // Created by Jean-Yves Avenard on 2/08/2015.
6 // Copyright (c) 2015 Jean-Yves Avenard. All rights reserved.
7 //
8 
9 #ifndef MythTV_util_osx_h
10 #define MythTV_util_osx_h
11 
12 #include <cstdint>
13 
14 extern "C" {
15 void GetOSXVersion(int32_t* aMajorVersion, int32_t* aMinorVersion);
16 }
17 #endif
GetOSXVersion
void GetOSXVersion(int32_t *aMajorVersion, int32_t *aMinorVersion)
Definition: util-osx.mm:23