Commit 8599a53d authored by Alexandre Julliard's avatar Alexandre Julliard

clock: Make some variables static.

parent 0119d770
......@@ -46,7 +46,7 @@ typedef struct
POINT End;
} HandData;
HandData HourHand, MinuteHand, SecondHand;
static HandData HourHand, MinuteHand, SecondHand;
static void DrawTicks(HDC dc, const POINT* centre, int radius)
{
......
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