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:
Michał Janiszewski 2019-04-06 21:40:37 +02:00 committed by GitHub
commit 8bb2ae401c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,8 @@
// Empty macro definitions for Windows-specific preprocessor directives
#ifndef __pragma
#define __pragma(x)
#endif
#endif