diff options
| author | nyamatongwe <devnull@localhost> | 2010-03-14 01:02:05 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2010-03-14 01:02:05 +0000 |
| commit | 36550f3c1ed7cc7207ae04206b8424cde303691b (patch) | |
| tree | fbb9386f900d8d01f9b4a4a75e688e1d0599ef7b /include/ScintillaWidget.h | |
| parent | a158742c0231b348b4663b9900e7da95e05cde48 (diff) | |
| download | scintilla-mirror-36550f3c1ed7cc7207ae04206b8424cde303691b.tar.gz | |
Using preprocessor that should be set in environment rather than from
Platform.h to avoid use of PLatform.h.
Diffstat (limited to 'include/ScintillaWidget.h')
| -rw-r--r-- | include/ScintillaWidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ScintillaWidget.h b/include/ScintillaWidget.h index c60c4a21b..61650c9e2 100644 --- a/include/ScintillaWidget.h +++ b/include/ScintillaWidget.h @@ -9,7 +9,7 @@ #ifndef SCINTILLAWIDGET_H #define SCINTILLAWIDGET_H -#if PLAT_GTK +#if defined(GTK) #ifdef __cplusplus extern "C" { |
