summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/portmidi/pm_mac/osxsupport.h
blob: 7771868d12aced961d0660afc9a84e4c414bb581 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
    osxsupport.h - Cocoa glue to emulated deprecated old Carbon path finder functions
*/

#ifndef _OSXSUPPORT_H_
#define _OSXSUPPORT_H_

#ifdef __cplusplus
extern "C" {
#endif

char *FindPrefsDir(void);

#ifdef __cplusplus
}
#endif

#endif