Index: /trunk/src/VBox/GuestHost/OpenGL/util/error.c
===================================================================
--- /trunk/src/VBox/GuestHost/OpenGL/util/error.c	(revision 55573)
+++ /trunk/src/VBox/GuestHost/OpenGL/util/error.c	(revision 55574)
@@ -157,5 +157,7 @@
             int rc;
             rc = RTR3InitDll(RTR3INIT_FLAGS_UNOBTRUSIVE); CRASSERT(rc);
+# ifdef IN_GUEST
             rc = VbglR3Init();
+# endif
             LogRel(("crUtill DLL loaded.\n"));
 # if defined(DEBUG_misha)
@@ -170,5 +172,7 @@
         {
             LogRel(("crUtill DLL unloaded."));
+# ifdef IN_GUEST
             VbglR3Term();
+# endif
         }
 
