diff options
author | 2008-11-01 17:44:57 -0400 | |
---|---|---|
committer | 2008-11-01 17:44:57 -0400 | |
commit | fcf078c25d81ca2a9b75f6baec18ce7eb477a8f3 (patch) | |
tree | aff95f8a75924cb6433d60aec4c93c6536e82421 /src/textadept.h | |
parent | b7b4c83d44aa6e5af69ca0a33be71ac07dfa8966 (diff) | |
download | textadept-fcf078c25d81ca2a9b75f6baec18ce7eb477a8f3.tar.gz textadept-fcf078c25d81ca2a9b75f6baec18ce7eb477a8f3.zip |
Added support for some AppleEvents, use Scintilla namespace on OSX.
Diffstat (limited to 'src/textadept.h')
-rw-r--r-- | src/textadept.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/textadept.h b/src/textadept.h index ad490cf2..4b042a27 100644 --- a/src/textadept.h +++ b/src/textadept.h @@ -3,6 +3,7 @@ #ifndef TEXTADEPT_H #define TEXTADEPT_H +#include <stdio.h> #include <stdlib.h> #include <string.h> #include <gtk/gtk.h> @@ -24,7 +25,8 @@ extern "C" { #endif #ifdef MAC -#include "CoreFoundation/CoreFoundation.h" +#include <Carbon/Carbon.h> +using namespace Scintilla; #endif // globals |