mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 22:23:29 -07:00
Only define __pragma if not already defined in preprocessor_cross_platform.h
Co-Authored-By: fwcd <30873659+fwcd@users.noreply.github.com>
This commit is contained in:
parent
713faeb022
commit
8bb2ae401c
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
||||||
|
|
||||||
// Empty macro definitions for Windows-specific preprocessor directives
|
// Empty macro definitions for Windows-specific preprocessor directives
|
||||||
|
|
||||||
|
#ifndef __pragma
|
||||||
#define __pragma(x)
|
#define __pragma(x)
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue