Index: /trunk/src/VBox/Debugger/DBGPlugInWinNt.cpp
===================================================================
--- /trunk/src/VBox/Debugger/DBGPlugInWinNt.cpp	(revision 37808)
+++ /trunk/src/VBox/Debugger/DBGPlugInWinNt.cpp	(revision 37809)
@@ -306,5 +306,5 @@
     /* Dig out the NT/PE headers. */
     IMAGE_DOS_HEADER const *pMzHdr = (IMAGE_DOS_HEADER const *)pbBuf;
-    typedef union NTHDRS
+    typedef union NTHDRSU
     {
         IMAGE_NT_HEADERS64  vX_32;
Index: /trunk/src/VBox/Main/src-client/ConsoleVRDPServer.cpp
===================================================================
--- /trunk/src/VBox/Main/src-client/ConsoleVRDPServer.cpp	(revision 37808)
+++ /trunk/src/VBox/Main/src-client/ConsoleVRDPServer.cpp	(revision 37809)
@@ -2138,5 +2138,5 @@
         if (RT_SUCCESS(rc))
         {
-            typedef struct AuthEntryInfo
+            typedef struct AuthEntryInfoStruct
             {
                 const char *pszName;
Index: /trunk/src/VBox/Runtime/testcase/tstRTAssertCompile.cpp
===================================================================
--- /trunk/src/VBox/Runtime/testcase/tstRTAssertCompile.cpp	(revision 37808)
+++ /trunk/src/VBox/Runtime/testcase/tstRTAssertCompile.cpp	(revision 37809)
@@ -61,5 +61,5 @@
     AssertCompileSizeAlignment(u64, 8);
 
-    typedef struct STRUCT1
+    typedef struct STRUCT12S
     {
         uint8_t     u8;
@@ -113,5 +113,5 @@
 #endif
 
-    typedef union UNION1
+    typedef union UNION1U
     {
         STRUCT1 s1;
