diff options
| author | Drahy <none@none> | 2009-07-27 07:40:52 +0200 |
|---|---|---|
| committer | Drahy <none@none> | 2009-07-27 07:40:52 +0200 |
| commit | afd5658de56d471f0e364f19ed13cccc84175d39 (patch) | |
| tree | 55818fb43a749dad720dce1301b9aa68649863ec /src/shared/Errors.h | |
| parent | 6a8484ce25f5f278f6546177c57eb74fa556dfd7 (diff) | |
| parent | 190863e5a58364a9f42336e300c836d9ec6242ad (diff) | |
* Merge
--HG--
branch : trunk
Diffstat (limited to 'src/shared/Errors.h')
| -rw-r--r-- | src/shared/Errors.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/shared/Errors.h b/src/shared/Errors.h index 5cfd109ee01..bb17b94cbd0 100644 --- a/src/shared/Errors.h +++ b/src/shared/Errors.h @@ -23,8 +23,10 @@ #include "Common.h" +#if PLATFORM != PLATFORM_WINDOWS #ifndef HAVE_CONFIG_H -#define HAVE_ACE_STACK_TRACE_H 1 +#include <config.h> +#endif #endif #ifdef HAVE_ACE_STACK_TRACE_H |
