diff options
Diffstat (limited to 'testing/toxic/windows.h')
-rw-r--r-- | testing/toxic/windows.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/toxic/windows.h b/testing/toxic/windows.h index 37f3e9da..7d81e814 100644 --- a/testing/toxic/windows.h +++ b/testing/toxic/windows.h | |||
@@ -19,6 +19,10 @@ | |||
19 | /* maximum window slots for WINDOW_STATUS array */ | 19 | /* maximum window slots for WINDOW_STATUS array */ |
20 | #define MAX_WINDOW_SLOTS N_DEFAULT_WINS+MAX_FRIENDS_NUM | 20 | #define MAX_WINDOW_SLOTS N_DEFAULT_WINS+MAX_FRIENDS_NUM |
21 | 21 | ||
22 | #ifndef TOXICVER | ||
23 | #define TOXICVER "NOVER" //Use the -D flag to set this | ||
24 | #endif | ||
25 | |||
22 | typedef struct ToxWindow_ ToxWindow; | 26 | typedef struct ToxWindow_ ToxWindow; |
23 | 27 | ||
24 | struct ToxWindow_ { | 28 | struct ToxWindow_ { |