forked from metin-server/m2dev-client-src
Fix WIN32_LEAN_AND_MEAN warning spam
Added a check before defining WIN32_LEAN_AND_MEAN to prevent redefinition warnings or errors
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#ifndef WIN32_LEAN_AND_MEAN
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#endif
|
||||
#ifndef _CRT_SECURE_NO_WARNINGS
|
||||
#define _CRT_SECURE_NO_WARNINGS
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user