diff options
Diffstat (limited to 'protocols/GTalkExt/src/notifications.h')
-rw-r--r-- | protocols/GTalkExt/src/notifications.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/protocols/GTalkExt/src/notifications.h b/protocols/GTalkExt/src/notifications.h index 94d6e6353f..02780ae2b0 100644 --- a/protocols/GTalkExt/src/notifications.h +++ b/protocols/GTalkExt/src/notifications.h @@ -21,7 +21,9 @@ #pragma once
-static const int SENDER_COUNT = 10;
+const LPTSTR TEMP_WINDOW_CLASS_NAME = _T("AntiShittyFullscreenDetectionWindowClass");
+
+const int SENDER_COUNT = 10;
struct SENDER {
LPCTSTR name;
|