INTEGRATION: CWS mingwport03 (1.8.8); FILE MERGED
2006/11/07 17:43:49 vg 1.8.8.2: RESYNC: (1.8-1.9); FILE MERGED 2006/09/07 15:54:55 vg 1.8.8.1: #i53572# MinGW port
This commit is contained in:
parent
a6156e0055
commit
4b366b83f9
@ -4,9 +4,9 @@
|
||||
*
|
||||
* $RCSfile: servprov.cxx,v $
|
||||
*
|
||||
* $Revision: 1.9 $
|
||||
* $Revision: 1.10 $
|
||||
*
|
||||
* last change: $Author: vg $ $Date: 2006-09-25 13:31:00 $
|
||||
* last change: $Author: vg $ $Date: 2007-03-26 14:49:03 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
@ -36,7 +36,11 @@
|
||||
#pragma warning(disable : 4917 4555)
|
||||
#endif
|
||||
|
||||
#ifdef __MINGW32__
|
||||
#include <windows.h>
|
||||
#else
|
||||
#include "stdafx.h"
|
||||
#endif
|
||||
#include "servprov.hxx"
|
||||
#include "embeddoc.hxx"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user