You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
313 B
21 lines
313 B
#pragma once
|
|
|
|
#ifndef WIN32_LEAN_AND_MEAN
|
|
#define WIN32_LEAN_AND_MEAN
|
|
#endif
|
|
|
|
#include <windows.h>
|
|
#include <objbase.h>
|
|
|
|
#include <sti.h>
|
|
#include <stiusd.h>
|
|
|
|
#include <wiamindr.h>
|
|
#include <wiacammc.h>
|
|
#include <wiautil.h>
|
|
|
|
#include "resource.h"
|
|
#include "CCamMicro.h"
|
|
#include "wiacam.h"
|
|
|
|
|