]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Changes in shared code that don't affect open-vm-tools functionality.
authorVMware, Inc <>
Thu, 17 Jun 2010 22:15:40 +0000 (15:15 -0700)
committerMarcelo Vanzin <mvanzin@vmware.com>
Thu, 17 Jun 2010 22:15:40 +0000 (15:15 -0700)
Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/lib/include/vm_basic_defs.h

index 9a1f92c565a6f16001b5f5715a284de49bda340b..046793246bd06445d0fec04c8303ebbdc7d0bdc8 100644 (file)
@@ -194,6 +194,14 @@ Max(int a, int b)
 #define XSTR(x)                 MAKESTR(x)
 
 
+/*
+ * Wide versions of string constants.
+ */
+
+#define WSTR_(X)     L ## X
+#define WSTR(X)      WSTR_(X)
+
+
 /*
  * Page operations
  *