]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - windows/winstuff.h
More careful owner SID selection in the Pageant client code. This
[PuTTY.git] / windows / winstuff.h
index 201bf66af3f6db85b8f41b191865a50d43b22169..c0e06dce4f3f8287b7de7173c70b9a21d4a7e01a 100644 (file)
@@ -96,9 +96,9 @@ struct FontSpec {
 #define STR1(x) #x
 #define STR(x) STR1(x)
 #define GET_WINDOWS_FUNCTION_PP(module, name) \
-    p_##name = module ? (t_##name) GetProcAddress(module, STR(name)) : NULL
+    (p_##name = module ? (t_##name) GetProcAddress(module, STR(name)) : NULL)
 #define GET_WINDOWS_FUNCTION(module, name) \
-    p_##name = module ? (t_##name) GetProcAddress(module, #name) : NULL
+    (p_##name = module ? (t_##name) GetProcAddress(module, #name) : NULL)
 
 /*
  * Global variables. Most modules declare these `extern', but