mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
[VCRUNTIME] Fix a warning with GCC 13
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
#define _CRT_UNPARENTHESIZE_(...) __VA_ARGS__
|
||||
#define _CRT_UNPARENTHESIZE(...) _CRT_UNPARENTHESIZE_ __VA_ARGS__
|
||||
|
||||
#ifndef _MSC_VER
|
||||
#if !defined(_MSC_VER) && !defined(__pragma)
|
||||
#define __pragma(x) _Pragma(_CRT_STRINGIZE(x))
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user