]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Changes in shared code that don't affect open-vm-tools functionality.
authorVMware, Inc <>
Tue, 29 Mar 2011 20:08:34 +0000 (13:08 -0700)
committerMarcelo Vanzin <mvanzin@vmware.com>
Tue, 29 Mar 2011 20:08:34 +0000 (13:08 -0700)
Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/lib/include/vm_basic_defs.h

index e48c347bc70d23ccc891b3c1e6d8d01d4a8df2bb..664929e4423411601d94367f27a478dfbfcd3d7b 100644 (file)
@@ -680,6 +680,12 @@ typedef int pid_t;
 #define hosted_lg_pg 0
 #endif
 
+#ifdef TCL
+#define TCL_ONLY(x) x
+#else
+#define TCL_ONLY(x)
+#endif
+
 /*
  * Use to initialize cbSize for this structure to preserve < Vista
  * compatibility.