Initializing some variables.
This commit is contained in:
parent
2e198c3a11
commit
7ed8147d6c
@ -15,10 +15,10 @@
|
|||||||
#include <vector>
|
#include <vector>
|
||||||
const TCHAR *mainWindowClassName = _T("MainWindow");
|
const TCHAR *mainWindowClassName = _T("MainWindow");
|
||||||
|
|
||||||
HWND hwnd;
|
HWND hwnd = NULL;
|
||||||
TrackView *trackView;
|
TrackView *trackView = NULL;
|
||||||
HWND trackViewWin;
|
HWND trackViewWin = NULL;
|
||||||
HWND statusBarWin;
|
HWND statusBarWin = NULL;
|
||||||
SyncDocument document;
|
SyncDocument document;
|
||||||
|
|
||||||
#define WM_SETROWS (WM_USER+1)
|
#define WM_SETROWS (WM_USER+1)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user