diff options
| author | Manolo Gouy <Manolo> | 2011-01-06 10:24:58 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2011-01-06 10:24:58 +0000 |
| commit | bc509d32eb741e5d3876eaaf0abd270cf68cd3b4 (patch) | |
| tree | 54dc5262309cd9a5d89812f6f3ac42439ffc2f2e /ide/VisualC2010/config.h | |
| parent | ead3432f9b9629f201bba47e1b3fbf25d487eba8 (diff) | |
Fix STR #2504 (first part). Replaced HAVE _CAIRO by FLTK_HAVE_CAIRO and USE_CAIRO
by FLTK_USE_CAIRO everywhere.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8198 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'ide/VisualC2010/config.h')
| -rw-r--r-- | ide/VisualC2010/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/VisualC2010/config.h b/ide/VisualC2010/config.h index fa53ab3e1..fe9b47114 100644 --- a/ide/VisualC2010/config.h +++ b/ide/VisualC2010/config.h @@ -182,7 +182,7 @@ */
// uncomment the following for using cairo
-// #define HAVE_CAIRO 1
+// #define FLTK_HAVE_CAIRO 1
/*
* Which header file do we include for libpng?
|
