mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[DBGHELP] Fix a warning (#9214)
Fix the warning:
```
dll/win32/dbghelp/type.c:25: warning: "NONAMELESSUNION" redefined
```
CORE-18933
Addendum to commit 212a1a5c74 (PR #7031).
This commit is contained in:
@@ -22,7 +22,9 @@
|
||||
* upon which full support for datatype handling will eventually be built.
|
||||
*/
|
||||
|
||||
#if !defined(__REACTOS__) || !defined(NONAMELESSUNION) /* Required to avoid a warning when NOT CMAKE_CROSSCOMPILING */
|
||||
#define NONAMELESSUNION
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
Reference in New Issue
Block a user