mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 20:58:54 +00:00
msvc: enable /Zc:preprocessor and make build compile cleanly
This commit is contained in:
parent
4db06bf85b
commit
969ea6e4f5
6 changed files with 13 additions and 57 deletions
|
@ -15,12 +15,6 @@
|
|||
#include "Common/CommonTypes.h"
|
||||
#include "Common/MsgHandler.h"
|
||||
|
||||
#define CHECK(cond, Message, ...) \
|
||||
if (!(cond)) \
|
||||
{ \
|
||||
PanicAlert("%s failed in %s at line %d: " Message, __func__, __FILE__, __LINE__, __VA_ARGS__); \
|
||||
}
|
||||
|
||||
namespace DX11
|
||||
{
|
||||
using Microsoft::WRL::ComPtr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue