winpr: fix build with visual studio < 2012

_COM_Outptr_ was introduced in visual studio 2012.
This commit is contained in:
Bernhard Miklautz 2014-11-12 18:09:55 +01:00
parent 8fef94f528
commit 4a453d4b9f

View File

@ -25,6 +25,9 @@
#ifdef _WIN32
#include <specstrings.h>
#ifndef _COM_Outptr_
#define _COM_Outptr_
#endif
#else