winpr: fix build with visual studio < 2012
_COM_Outptr_ was introduced in visual studio 2012.
This commit is contained in:
parent
8fef94f528
commit
4a453d4b9f
@ -25,6 +25,9 @@
|
||||
#ifdef _WIN32
|
||||
|
||||
#include <specstrings.h>
|
||||
#ifndef _COM_Outptr_
|
||||
#define _COM_Outptr_
|
||||
#endif
|
||||
|
||||
#else
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user