Index: /trunk/src/VBox/VMM/include/PGMGstDefs.h
===================================================================
--- /trunk/src/VBox/VMM/include/PGMGstDefs.h	(revision 92468)
+++ /trunk/src/VBox/VMM/include/PGMGstDefs.h	(revision 92469)
@@ -20,5 +20,4 @@
 *   Defined Constants And Macros                                               *
 *******************************************************************************/
-#undef GSTUINT
 #undef GST_ATOMIC_OR
 #undef GSTPT
@@ -73,5 +72,4 @@
 
 # if PGM_SHW_TYPE == PGM_TYPE_EPT
-#  define GSTUINT                               uint64_t
 #  define GST_ATOMIC_OR(a_pu, a_fFlags)         ASMAtomicOrU64((a_pu), (a_fFlags))
 #  define GSTPT                                 X86PTPAE
@@ -88,5 +86,4 @@
 # else
 #  if PGM_SHW_TYPE == PGM_TYPE_32BIT /* Same as shadow paging, but no PGMSHWPTEPAE. */
-#   define GSTUINT                              uint32_t
 #   define GST_ATOMIC_OR(a_pu, a_fFlags)        ASMAtomicOrU32((a_pu), (a_fFlags))
 #   define GSTPT                                X86PT
@@ -100,5 +97,4 @@
 #   define GST_PTE_PG_MASK                      X86_PTE_PG_MASK
 #  else
-#   define GSTUINT                              uint64_t
 #   define GST_ATOMIC_OR(a_pu, a_fFlags)        ASMAtomicOrU64((a_pu), (a_fFlags))
 #   define GSTPT                                X86PTPAE
@@ -136,5 +132,4 @@
 
 #elif PGM_GST_TYPE == PGM_TYPE_32BIT
-# define GSTUINT                                uint32_t
 # define GST_ATOMIC_OR(a_pu, a_fFlags)          ASMAtomicOrU32((a_pu), (a_fFlags))
 # define GSTPT                                  X86PT
@@ -181,5 +176,4 @@
 #elif   PGM_GST_TYPE == PGM_TYPE_PAE \
      || PGM_GST_TYPE == PGM_TYPE_AMD64
-# define GSTUINT                                uint64_t
 # define GST_ATOMIC_OR(a_pu, a_fFlags)          ASMAtomicOrU64((a_pu), (a_fFlags))
 # define GSTPT                                  X86PTPAE
@@ -246,5 +240,4 @@
 
 #elif PGM_GST_TYPE == PGM_TYPE_EPT
-# define GSTUINT                                uint64_t
 # define GST_ATOMIC_OR(a_pu, a_fFlags)          ASMAtomicOrU64((a_pu), (a_fFlags))
 # define GSTPT                                  EPTPT
