Francois Gouget : riched20/tests: Make test_TxGetNaturalSize() static.
Module: wine Branch: master Commit: 30ad4c9eb02e8eb44f949960c0a2b7f4272dc269 URL: http://source.winehq.org/git/wine.git/?a=commit;h=30ad4c9eb02e8eb44f949960c0... Author: Francois Gouget <fgouget(a)free.fr> Date: Wed Jan 21 20:01:28 2009 +0100 riched20/tests: Make test_TxGetNaturalSize() static. --- dlls/riched20/tests/txtsrv.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/riched20/tests/txtsrv.c b/dlls/riched20/tests/txtsrv.c index 87cbebf..e4d6ae4 100644 --- a/dlls/riched20/tests/txtsrv.c +++ b/dlls/riched20/tests/txtsrv.c @@ -671,7 +671,7 @@ static void test_TxSetText(void) CoTaskMemFree(dummyTextHost); } -void test_TxGetNaturalSize() { +static void test_TxGetNaturalSize(void) { HRESULT result; BOOL ret;
participants (1)
-
Alexandre Julliard