diff options
Diffstat (limited to 'protocols/GmailNotifier/src/stdafx.h')
-rw-r--r-- | protocols/GmailNotifier/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/GmailNotifier/src/stdafx.h b/protocols/GmailNotifier/src/stdafx.h index 2140cb6aed..9a1c7c97ab 100644 --- a/protocols/GmailNotifier/src/stdafx.h +++ b/protocols/GmailNotifier/src/stdafx.h @@ -58,7 +58,7 @@ struct Account : public MZeroedObject extern HNETLIBUSER hNetlibUser; extern UINT hTimer; extern short ID_STATUS_NONEW; -extern BOOL optionWindowIsOpen; +extern bool g_bOptionWindowIsOpen; extern OBJLIST<Account> g_accs; INT_PTR Notifying(WPARAM, LPARAM); |