Files
reactos/reactos/include/wine/objbase.h
T
Filip Navara a2446b3408 - Move shldisp.h to the right place.
- Get rid of the ICOM crap.

svn path=/trunk/; revision=11069
2004-09-26 14:34:23 +00:00

42 lines
1.2 KiB
C

/*
* Copyright (C) 1998-1999 François Gouget
*
* 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
*/
#define WINOLEAPI STDAPI
#define WINOLEAPI_(type) STDAPI_(type)
#ifdef DBG
#undef DBG
#define DBG 1
#endif
#include_next <objbase.h>
#ifndef _OBJBASE_H_
#define _OBJBASE_H_
#define interface struct
/*****************************************************************************
* Storage API
*/
#define STGM_NOSNAPSHOT 0x00200000
HRESULT WINAPI CoGetPSClsid(REFIID riid,CLSID *pclsid);
#endif /* _OBJBASE_H_ */