Added version resource script.
[reactos.git] / reactos / lib / ole32 / Ole32.h
1 /*
2 * COPYRIGHT: See COPYING in the top level directory
3 * PROJECT: ReactOS system libraries
4 * FILE: lib\ole32\Ole32.h
5 * PURPOSE: The internal include file for the ole32.dll
6 * PROGRAMMER: jurgen van gael [jurgen.vangael@student.kuleuven.ac.be]
7 * UPDATE HISTORY:
8 * Created 01/05/2001
9 */
10 /********************************************************************
11
12
13 This library is free software; you can redistribute it and/or
14 modify it under the terms of the GNU Library General Public License as
15 published by the Free Software Foundation; either version 2 of the
16 License, or (at your option) any later version.
17
18 This library is distributed in the hope that it will be useful,
19 but WITHOUT ANY WARRANTY; without even the implied warranty of
20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
21 Library General Public License for more details.
22
23 You should have received a copy of the GNU Library General Public
24 License along with this library; see the file COPYING.LIB. If
25 not, write to the Free Software Foundation, Inc., 675 Mass Ave,
26 Cambridge, MA 02139, USA.
27
28
29 ********************************************************************/
30 #ifndef _OLE32
31 #define _OLE32
32
33
34 // include windows stuff
35 #include <windows.h>
36 //#include <ole32\basetyps.h>
37 //#include <ole32\guiddef.h>
38 #include <ole32\winerror.h>
39 //#include <ole32\unknwn.h>
40 #include <ole32\objbase.h>
41
42
43 #endif