Index: /trunk/src/VBox/VMM/VMMR3/NEMR3Native-win.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/NEMR3Native-win.cpp	(revision 71075)
+++ /trunk/src/VBox/VMM/VMMR3/NEMR3Native-win.cpp	(revision 71076)
@@ -1892,5 +1892,5 @@
 /**
  * @callback_method_impl{FNPGMPHYSNEMCHECKPAGE,
- *      Worker for nemR3WinHandleMemoryAccess, pvUser points to a
+ *      Worker for nemR3WinHandleMemoryAccess; pvUser points to a
  *      NEMR3WINHMACPCCSTATE structure. }
  */
Index: /trunk/src/VBox/VMM/include/NEMInternal.h
===================================================================
--- /trunk/src/VBox/VMM/include/NEMInternal.h	(revision 71075)
+++ /trunk/src/VBox/VMM/include/NEMInternal.h	(revision 71076)
@@ -158,4 +158,6 @@
     RTR0MEMOBJ                  hHypercallDataMemObj;
     /** @} */
+# else
+    uint32_t                    uDummy;
 # endif
 } NEMR0PERVCPU;
@@ -169,4 +171,6 @@
     /** The partition ID. */
     uint64_t                    idHvPartition;
+# else
+    uint32_t                    uDummy;
 # endif
 } NEMR0PERVM;
