Upgrade to compile with WIN32_LEAN_AND_MEAN
Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
@@ -39,6 +39,7 @@ namespace winstd
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <unknwn.h>
|
||||||
|
|
||||||
namespace winstd
|
namespace winstd
|
||||||
{
|
{
|
||||||
|
@@ -192,6 +192,12 @@ private:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
#ifndef _LPCBYTE_DEFINED
|
||||||
|
#define _LPCBYTE_DEFINED
|
||||||
|
typedef const BYTE *LPCBYTE;
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
namespace winstd
|
namespace winstd
|
||||||
{
|
{
|
||||||
/// \addtogroup WinStdStrFormat
|
/// \addtogroup WinStdStrFormat
|
||||||
|
Reference in New Issue
Block a user