Added tchar.h incldue for people using VC Express

This commit is contained in:
mpohoreski 2006-02-27 18:29:38 +00:00
parent 860e64af21
commit 13281abbea
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
// Not needed in VC7.1, but needed in VC Express
#include <tchar.h>
#include <crtdbg.h>
#include <dsound.h>
#include <dshow.h>