mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 22:23:29 -07:00
Add preprocessor_cross_platform.h to ignore Windows-specific warning suppressions on other platforms
This commit is contained in:
parent
150ff9b0c1
commit
57b6820738
2 changed files with 6 additions and 0 deletions
|
@ -37,5 +37,6 @@
|
||||||
|
|
||||||
#include "winerror_cross_platform.h"
|
#include "winerror_cross_platform.h"
|
||||||
#include "sal_cross_platform.h"
|
#include "sal_cross_platform.h"
|
||||||
|
#include "preprocessor_cross_platform.h"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
5
src/CalcManager/preprocessor_cross_platform.h
Normal file
5
src/CalcManager/preprocessor_cross_platform.h
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
#pragma once
|
||||||
|
|
||||||
|
// Empty macro definitions for Windows-specific preprocessor directives
|
||||||
|
|
||||||
|
#define __pragma(x)
|
Loading…
Add table
Add a link
Reference in a new issue