Minor formattting fixes.

oldstable
Dimi Paun 2005-06-01 19:50:34 +00:00 committed by Alexandre Julliard
parent 49a06a24fc
commit cb5edab531
1 changed files with 2 additions and 5 deletions

View File

@ -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