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
|
||||
|
||||
#include <unknwn.h>
|
||||
|
||||
namespace winstd
|
||||
{
|
||||
|
@@ -192,6 +192,12 @@ private:
|
||||
#endif
|
||||
|
||||
|
||||
#ifndef _LPCBYTE_DEFINED
|
||||
#define _LPCBYTE_DEFINED
|
||||
typedef const BYTE *LPCBYTE;
|
||||
#endif
|
||||
|
||||
|
||||
namespace winstd
|
||||
{
|
||||
/// \addtogroup WinStdStrFormat
|
||||
|
Reference in New Issue
Block a user