Make the HgfsServerAsyncInfoIncCount to be VMX code only as the current
usage is not in the tools implementation.
/* Allocate/Add sessions helper functions. */
+#ifndef VMX86_TOOLS
static void
HgfsServerAsyncInfoIncCount(HgfsAsyncRequestInfo *info);
+#endif
static Bool
HgfsServerAllocateSession(HgfsTransportSessionInfo *transportSession,
}
+#ifndef VMX86_TOOLS
/*
*-----------------------------------------------------------------------------
*
{
Atomic_Inc(&info->requestCount);
}
+#endif // VMX86_TOOLS
/*