Large-scale renaming of all Win32 functions and types to use the
standard Windows names.
diff --git a/libtest/hello4.c b/libtest/hello4.c
index b625f65..5477115 100644
--- a/libtest/hello4.c
+++ b/libtest/hello4.c
@@ -30,7 +30,7 @@
case WM_HSCROLL:
case WM_VSCROLL:
InvalidateRect(wnd, &rectHola, TRUE );
- ScrollChildren32(wnd, msg, w, l);
+ ScrollChildren(wnd, msg, w, l);
return 0;
case WM_PAINT:
@@ -81,7 +81,7 @@
case WM_MOVE:
case WM_SIZE:
InvalidateRect( wnd, &rectInfo, TRUE );
- CalcChildScroll( (UINT16)GetParent(wnd), SB_BOTH );
+ CalcChildScroll16( (UINT16)GetParent(wnd), SB_BOTH );
break;
case WM_DESTROY: