diff options
Diffstat (limited to 'protocols/Weather/src/stdafx.h')
-rw-r--r-- | protocols/Weather/src/stdafx.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/protocols/Weather/src/stdafx.h b/protocols/Weather/src/stdafx.h index 5d8597247e..27eee87f95 100644 --- a/protocols/Weather/src/stdafx.h +++ b/protocols/Weather/src/stdafx.h @@ -217,11 +217,11 @@ struct MYOPTIONS COLORREF TextColour; // popup actions - DWORD LeftClickAction; - DWORD RightClickAction; + uint32_t LeftClickAction; + uint32_t RightClickAction; // popup delay - DWORD pDelay; + uint32_t pDelay; // other misc stuff wchar_t Default[64]; |