X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/384f18ed355aa42696bce01bb357a6d2bb2552d8..ed8818893364087335327d2190e4608646a3547b:/include/wx/wxprec.h diff --git a/include/wx/wxprec.h b/include/wx/wxprec.h index 4b215bf0dc..76f16b4108 100644 --- a/include/wx/wxprec.h +++ b/include/wx/wxprec.h @@ -15,7 +15,7 @@ // check if to use precompiled headers: do it for most Windows compilers unless // adding DigitalMars here appears to amke it slower! // explicitly disabled by defining NOPCH -#if ((defined(__BORLANDC__) || defined(__VISUALC__) || defined(__WATCOMC__)) && defined(__WXMSW__)) || defined(__VISAGECPP__) || defined(__MWERKS__) +#if ((defined(__BORLANDC__) || defined(__VISUALC__) || defined(__DIGITALMARS__) || defined(__WATCOMC__)) && defined(__WXMSW__)) || defined(__VISAGECPP__) || defined(__MWERKS__) #if !defined(NOPCH) #define WX_PRECOMP #endif