Module: wine Branch: master Commit: 7b89de9e481cf8cca264dc48c444f2c33537afad URL: http://source.winehq.org/git/wine.git/?a=commit;h=7b89de9e481cf8cca264dc48c4...
Author: Francois Gouget fgouget@free.fr Date: Mon Jul 23 18:40:44 2012 +0200
d3d10: Make get_property_info() static.
---
dlls/d3d10/effect.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/d3d10/effect.c b/dlls/d3d10/effect.c index eb82512..5f0ce5a 100644 --- a/dlls/d3d10/effect.c +++ b/dlls/d3d10/effect.c @@ -981,7 +981,7 @@ static HRESULT parse_fx10_anonymous_shader(struct d3d10_effect *e, struct d3d10_ return S_OK; }
-const struct d3d10_effect_state_property_info *get_property_info(UINT id) +static const struct d3d10_effect_state_property_info *get_property_info(UINT id) { unsigned int i;