00001 // stdafx.h : include file for standard system include files, 00002 // or project specific include files that are used frequently, but 00003 // are changed infrequently 00004 // 00005 00006 #pragma once 00007 00008 #include <iostream> 00009 00010 #ifdef WIN32 00011 # include <tchar.h> 00012 # include "windows.h" 00013 #endif