Reverted the changes from r209.

This commit is contained in:
Kimmo Pekkola
2009-09-04 16:37:51 +00:00
parent 8239919333
commit 4bf4e51126
16 changed files with 116 additions and 136 deletions

View File

@ -28,8 +28,6 @@
#include <vector>
#include "ConfigParser.h"
#include "Export.h"
#include <map>
#include <utility>
#define BEGIN_MESSAGEPROC switch(uMsg) {
#define MESSAGE(handler, msg) case msg: return Window?Window->handler(wParam, lParam):DefWindowProc(hWnd, uMsg, wParam, lParam);
@ -115,7 +113,6 @@ typedef struct
int vsT, vsL, vsH, vsW;
} MULTIMONITOR_INFO;
class CRainmeter;
class CMeasure;
class CMeter;