Add preprocessor_cross_platform.h to ignore Windows-specific warning suppressions on other platforms

This commit is contained in:
fwcd 2019-04-05 15:51:22 +02:00
commit 57b6820738
2 changed files with 6 additions and 0 deletions

View file

@ -37,5 +37,6 @@
#include "winerror_cross_platform.h"
#include "sal_cross_platform.h"
#include "preprocessor_cross_platform.h"
#endif

View file

@ -0,0 +1,5 @@
#pragma once
// Empty macro definitions for Windows-specific preprocessor directives
#define __pragma(x)