taseditor-fix building in old visual studios

This commit is contained in:
zeromus 2012-11-26 19:18:15 +00:00
parent b9d935a555
commit 57b0178477
1 changed files with 6 additions and 0 deletions

View File

@ -20,6 +20,12 @@
#include "editor.h"
#include "popup_display.h"
//not available unless we #define _WIN32_WINNT >= 0x501 (XP) and we're trying very hard to keep 2000 support.
#ifndef LVS_EX_DOUBLEBUFFER
#define LVS_EX_DOUBLEBUFFER 0x00010000
#endif
#define AUTOSAVE_PERIOD_SCALE 60000 // = 1 minute in milliseconds
#define MARKERS_SAVED 1