mirror of
https://github.com/reactos/reactos.git
synced 2025-02-28 19:32:59 +00:00
[VCRUNTIME] Fix a warning with GCC 13
This commit is contained in:
parent
3523e1a9f3
commit
25723b4239
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue