Commit cb5edab5 authored by Dimi Paun's avatar Dimi Paun Committed by Alexandre Julliard

Minor formattting fixes.

parent 49a06a24
......@@ -647,10 +647,7 @@ typedef struct tagTRACKMOUSEEVENT {
#endif
BOOL
WINAPI
_TrackMouseEvent(
LPTRACKMOUSEEVENT lpEventTrack);
BOOL WINAPI _TrackMouseEvent(LPTRACKMOUSEEVENT lpEventTrack);
/* Flat Scrollbar control */
......@@ -4844,7 +4841,7 @@ typedef struct tagLHITTESTINFO
typedef struct tagNMLINK
{
NMHDR hdr;
LITEM item ;
LITEM item;
} NMLINK, *PNMLINK;
#ifdef __cplusplus
......
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