mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
riched20/tests: Make test_TxGetNaturalSize() static.
This commit is contained in:
parent
02ace3613c
commit
30ad4c9eb0
@ -671,7 +671,7 @@ static void test_TxSetText(void)
|
||||
CoTaskMemFree(dummyTextHost);
|
||||
}
|
||||
|
||||
void test_TxGetNaturalSize() {
|
||||
static void test_TxGetNaturalSize(void) {
|
||||
HRESULT result;
|
||||
BOOL ret;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user