[UXTHEME]

Properly declare with static

svn path=/trunk/; revision=63153
This commit is contained in:
Pierre Schweitzer 2014-05-04 09:46:57 +00:00
parent da4a5b626a
commit d04225ceac

View file

@ -22,7 +22,7 @@ static INT SCROLL_TrackingBar = 0;
static INT SCROLL_TrackingPos = 0;
static INT SCROLL_TrackingVal = 0;
void static ScreenToWindow( HWND hWnd, POINT* pt)
static void ScreenToWindow( HWND hWnd, POINT* pt)
{
RECT rcWnd;
GetWindowRect(hWnd, &rcWnd);