[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:
Serge Gautherie
2026-06-29 21:32:20 +02:00
committed by GitHub
parent cf47094103
commit cd609f468a
+2
View File
@@ -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>