Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 25e0c79

Browse files
committed
Another include Carbon/Carbon.h
1 parent 741e037 commit 25e0c79

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Mac/Python/getapplbycreator.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,13 @@ PERFORMANCE OF THIS SOFTWARE.
4141
** routine, origin unknown.
4242
*/
4343

44+
#ifdef WITHOUT_FRAMEWORKS
4445
#include <Types.h>
4546
#include <Files.h>
4647
#include <Errors.h>
48+
#else
49+
#include <Carbon/Carbon.h>
50+
#endif
4751
#include "getapplbycreator.h"
4852

4953

0 commit comments

Comments
 (0)