Minor formattting fixes.

This commit is contained in:
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 #endif
BOOL BOOL WINAPI _TrackMouseEvent(LPTRACKMOUSEEVENT lpEventTrack);
WINAPI
_TrackMouseEvent(
LPTRACKMOUSEEVENT lpEventTrack);
/* Flat Scrollbar control */ /* Flat Scrollbar control */
@ -4844,7 +4841,7 @@ typedef struct tagLHITTESTINFO
typedef struct tagNMLINK typedef struct tagNMLINK
{ {
NMHDR hdr; NMHDR hdr;
LITEM item ; LITEM item;
} NMLINK, *PNMLINK; } NMLINK, *PNMLINK;
#ifdef __cplusplus #ifdef __cplusplus