X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/384f18ed355aa42696bce01bb357a6d2bb2552d8..fd497edeadc345a03516e5078a5cb3e131d715d6:/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