2002-03-10 00:29:33 +01:00
|
|
|
/*
|
|
|
|
* Copyright (C) 1999 Francis Beaudet
|
|
|
|
*
|
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License as published by the Free Software Foundation; either
|
|
|
|
* version 2.1 of the License, or (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Lesser General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
|
|
* License along with this library; if not, write to the Free Software
|
|
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
|
|
*/
|
|
|
|
|
2001-07-18 22:04:08 +02:00
|
|
|
#ifndef __WINE__
|
|
|
|
#include "rpc.h"
|
|
|
|
#include "rpcndr.h"
|
|
|
|
#ifndef COM_NO_WINDOWS_H
|
2000-09-26 02:00:55 +02:00
|
|
|
#include "windows.h"
|
|
|
|
#include "ole2.h"
|
2000-11-30 02:31:28 +01:00
|
|
|
#endif
|
2001-07-18 22:04:08 +02:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef __WINE_OCIDL_H
|
|
|
|
#define __WINE_OCIDL_H
|
1999-02-20 17:48:53 +01:00
|
|
|
|
|
|
|
#include "wine/obj_base.h"
|
|
|
|
|
|
|
|
/* the following depend only on obj_base.h */
|
2000-09-26 02:00:55 +02:00
|
|
|
#include "wine/obj_storage.h"
|
|
|
|
#include "wine/obj_oleaut.h"
|
1999-02-20 17:48:53 +01:00
|
|
|
#include "wine/obj_olefont.h"
|
1999-03-10 19:03:53 +01:00
|
|
|
#include "wine/obj_picture.h"
|
1999-02-20 17:48:53 +01:00
|
|
|
|
1999-02-25 18:10:15 +01:00
|
|
|
#include "wine/obj_control.h"
|
|
|
|
#include "wine/obj_connection.h"
|
1999-03-10 19:03:53 +01:00
|
|
|
#include "wine/obj_property.h"
|
|
|
|
#include "wine/obj_oleundo.h"
|
1999-02-20 17:48:53 +01:00
|
|
|
|
|
|
|
#endif /* __WINE_OCIDL_H */
|
|
|
|
|
|
|
|
|