Francois Gouget : d3drm/tests: Make object_load_callback() static.

Alexandre Julliard julliard at winehq.org
Fri Apr 20 12:49:27 CDT 2012


Module: wine
Branch: master
Commit: 118ea982f1dd8b2279cd4d0449701ec2c33de363
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=118ea982f1dd8b2279cd4d0449701ec2c33de363

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri Apr 20 08:39:47 2012 +0200

d3drm/tests: Make object_load_callback() static.

---

 dlls/d3drm/tests/d3drm.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/d3drm/tests/d3drm.c b/dlls/d3drm/tests/d3drm.c
index 91e1c76..36ae19d 100644
--- a/dlls/d3drm/tests/d3drm.c
+++ b/dlls/d3drm/tests/d3drm.c
@@ -613,7 +613,7 @@ static const GUID* refiids[] =
     &IID_IDirect3DRMFrame
 };
 
-void __cdecl object_load_callback(LPDIRECT3DRMOBJECT object, REFIID objectguid, LPVOID arg)
+static void __cdecl object_load_callback(LPDIRECT3DRMOBJECT object, REFIID objectguid, LPVOID arg)
 {
     ok(object != NULL, "Arg 1 should not be null\n");
     ok(IsEqualGUID(objectguid, refiids[nb_objects]), "Arg 2 should is incorrect\n");




More information about the wine-cvs mailing list