INTEGRATION: CWS mingwport04 (1.6.2); FILE MERGED

2007/04/18 12:47:23 vg 1.6.2.1: #i75844# MinGW port efforts part II
This commit is contained in:
Vladimir Glazounov 2007-05-25 10:08:51 +00:00
parent f41e6411f6
commit a221801720

View File

@ -4,9 +4,9 @@
* *
* $RCSfile: tracker.cxx,v $ * $RCSfile: tracker.cxx,v $
* *
* $Revision: 1.6 $ * $Revision: 1.7 $
* *
* last change: $Author: vg $ $Date: 2007-03-26 14:49:14 $ * last change: $Author: vg $ $Date: 2007-05-25 11:08:51 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
@ -36,11 +36,7 @@
#pragma warning(disable : 4917 4555) #pragma warning(disable : 4917 4555)
#endif #endif
#ifdef __MINGW32__
#include <windows.h>
#else
#include "stdafx.h" #include "stdafx.h"
#endif
#include <stddef.h> #include <stddef.h>
#include "syswinwrapper.hxx" #include "syswinwrapper.hxx"