Commit 30ad4c9e authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

riched20/tests: Make test_TxGetNaturalSize() static.

parent 02ace361
...@@ -671,7 +671,7 @@ static void test_TxSetText(void) ...@@ -671,7 +671,7 @@ static void test_TxSetText(void)
CoTaskMemFree(dummyTextHost); CoTaskMemFree(dummyTextHost);
} }
void test_TxGetNaturalSize() { static void test_TxGetNaturalSize(void) {
HRESULT result; HRESULT result;
BOOL ret; BOOL ret;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment