Do not override CO_E_NOT_SUPPORTED

Change-Id: Id0cb9e1dca67400a2e3a02da663d810b06bdb6ec
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
kb 2012-05-13 23:01:00 +02:00 committed by Qt by Nokia
parent 61ebcc3ae7
commit 9bd24b6edc

View File

@ -65,7 +65,9 @@
# define COLOR_MENUBAR 30 # define COLOR_MENUBAR 30
# define CF_DIBV5 17 # define CF_DIBV5 17
#if !defined(CO_E_NOT_SUPPORTED)
#define CO_E_NOT_SUPPORTED _HRESULT_TYPEDEF_(0x80004021L) #define CO_E_NOT_SUPPORTED _HRESULT_TYPEDEF_(0x80004021L)
#endif
#define IFMETHOD HRESULT STDMETHODCALLTYPE #define IFMETHOD HRESULT STDMETHODCALLTYPE
#define IFACEMETHODIMP STDMETHODIMP #define IFACEMETHODIMP STDMETHODIMP