Upgrade to compile with WIN32_LEAN_AND_MEAN

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
Simon Rozman 2019-06-14 09:26:53 +02:00
parent 78683efbff
commit 1ba18f48c6
2 changed files with 7 additions and 0 deletions

View File

@ -39,6 +39,7 @@ namespace winstd
#pragma once
#include <unknwn.h>
namespace winstd
{

View File

@ -192,6 +192,12 @@ private:
#endif
#ifndef _LPCBYTE_DEFINED
#define _LPCBYTE_DEFINED
typedef const BYTE *LPCBYTE;
#endif
namespace winstd
{
/// \addtogroup WinStdStrFormat