mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-03 02:04:01 +00:00
(Cocoa) Cleanups
This commit is contained in:
parent
f76f288a86
commit
45ce04d821
@ -14,8 +14,8 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __CFEXTENSIONS_H
|
||||
#define __CFEXTENSIONS_H
|
||||
#ifndef __COREFOUNDATION_TO_NSFOUNDATION_EXTENSIONS_H
|
||||
#define __COREFOUNDATION_TO_NSFOUNDATION_EXTENSIONS_H
|
||||
|
||||
#include <CoreFoundation/CoreFoundation.h>
|
||||
#include <CoreFoundation/CFArray.h>
|
||||
@ -49,7 +49,6 @@ typedef enum
|
||||
CFAllApplicationsDirectory = 100, // all directories where applications can occur
|
||||
CFAllLibrariesDirectory = 101, // all directories where resources can occur
|
||||
CFTrashDirectory = 102 // location of Trash directory
|
||||
|
||||
} CFSearchPathDirectory;
|
||||
|
||||
typedef enum
|
||||
|
@ -14,8 +14,8 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __RARCH_APPLE_H
|
||||
#define __RARCH_APPLE_H
|
||||
#ifndef __COCOA_COMMON_H
|
||||
#define __COCOA_COMMON_H
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user