Don't redefine HRESULT if already defined

svn path=/trunk/; revision=27974
This commit is contained in:
Thomas Bluemel 2007-07-28 20:09:00 +00:00
parent 2f450a8880
commit 979d2a51d4

View file

@ -38,8 +38,11 @@
#endif
#if defined(WINNT) || !defined(WIN32)
#ifndef _HRESULT_DEFINED
#define _HRESULT_DEFINED
typedef long HRESULT;
#endif
#endif
#ifdef __cplusplus
extern "C" {