fixed compile problems with msvc 2003/2005

svn path=/trunk/; revision=18582
This commit is contained in:
Christoph von Wittich 2005-10-19 00:19:25 +00:00
parent ffe3881148
commit 149be15434
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#include <precomp.h>
#include "precomp.h"
HINSTANCE hInst = 0;

View file

@ -1,4 +1,4 @@
#include <precomp.h>
#include "precomp.h"
HWND hServicesPage;
HWND hServicesListCtrl;

View file

@ -1,4 +1,4 @@
#include <precomp.h>
#include "precomp.h"
HWND hToolsPage;
HWND hToolsListCtrl;