// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//

#pragma once

#include "targetver.h"

#define WIN32_LEAN_AND_MEAN             // Exclude rarely-used stuff from Windows headers
// Windows Header Files:
#include <windows.h>

//#import "..\..\..\lib\kApi5.tlb"         no_namespace named_guids
//#import "..\..\..\lib\ksConstants3D.tlb" no_namespace named_guids
//#import "..\..\..\lib\ksConstants.tlb"   no_namespace named_guids
//#import "..\..\..\lib\kAPI2D5COM.tlb"    no_namespace named_guids
//#import "..\..\..\lib\kAPI3D5COM.tlb"    no_namespace named_guids 
//#import "..\..\..\lib\kAPI7.tlb"         no_namespace named_guids
#include <comdef.h>
#include "Tchar.h"

#include <libtool.h>

// TODO: reference additional headers your program requires here
