From: VMware, Inc <> Date: Thu, 17 Jun 2010 22:15:40 +0000 (-0700) Subject: Changes in shared code that don't affect open-vm-tools functionality. X-Git-Tag: 2010.06.16-268169~36 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1cfe647b8373a23e2488a58bb8ed60f5da54e286;p=thirdparty%2Fopen-vm-tools.git Changes in shared code that don't affect open-vm-tools functionality. Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/lib/include/vm_basic_defs.h b/open-vm-tools/lib/include/vm_basic_defs.h index 9a1f92c56..046793246 100644 --- a/open-vm-tools/lib/include/vm_basic_defs.h +++ b/open-vm-tools/lib/include/vm_basic_defs.h @@ -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 *