Minor formattting fixes.
This commit is contained in:
parent
49a06a24fc
commit
cb5edab531
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue