// 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"

#include	<stdlib.h>
#include	<stdio.h>
#include	<time.h>
#include	<tchar.h>
#include	<signal.h>
#include	<windows.h>


#include	"..\common\Maid3.h"
#include	"..\common\maid3d1.h"
#include	"..\common\CtrlSample.h"

#include	"..\common\getopt.h"

#include	"..\common\triggerSerialPort.h"
#include	"..\common\nikonHandler.h"


