diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2009-04-01 00:00:47 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2009-04-01 00:00:47 +0000 |
commit | fb71b980908b543523ef54ff6b8c9965d75a37dd (patch) | |
tree | 2b921bb65069551c2018051721344b1d83050f8f /db3x_autobackups/commonheaders.h | |
parent | f317a8d21e44f4a74ce2605ee75999c8ee784398 (diff) |
sync
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@455 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'db3x_autobackups/commonheaders.h')
-rw-r--r-- | db3x_autobackups/commonheaders.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/db3x_autobackups/commonheaders.h b/db3x_autobackups/commonheaders.h index 4c86eb3..199cdd2 100644 --- a/db3x_autobackups/commonheaders.h +++ b/db3x_autobackups/commonheaders.h @@ -37,7 +37,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <io.h>
#include <string.h>
#include <direct.h>
+#ifndef __GNUC__
#include <crtdbg.h>
+#endif
#include "resource.h"
#include "version.h"
#include <newpluginapi.h>
|