d3dcompiler_43: Make compare_hlsl_types_rb() static.

Francois Gouget fgouget at free.fr
Mon Sep 24 01:42:08 CDT 2012


---
 dlls/d3dcompiler_43/utils.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/d3dcompiler_43/utils.c b/dlls/d3dcompiler_43/utils.c
index cc35ce9..d50a9be 100644
--- a/dlls/d3dcompiler_43/utils.c
+++ b/dlls/d3dcompiler_43/utils.c
@@ -1671,7 +1671,7 @@ struct hlsl_ir_node *make_assignment(struct hlsl_ir_node *left, enum parse_assig
     return &assign->node;
 }
 
-int compare_hlsl_types_rb(const void *key, const struct wine_rb_entry *entry)
+static int compare_hlsl_types_rb(const void *key, const struct wine_rb_entry *entry)
 {
     const char *name = (const char *)key;
     const struct hlsl_type *type = WINE_RB_ENTRY_VALUE(entry, const struct hlsl_type, scope_entry);
-- 
1.7.10.4




More information about the wine-patches mailing list