// utility.h : main header file for the utility DLL // #pragma once // #ifndef __AFXWIN_H__ // #error "include 'pch.h' before including this file for PCH" // #endif #include "resource.h" // main symbols // for iodll motor.h // #include #include "IniFile.h" #include "MyWait.h" #include "HighResPerformanceCounter.h" #include "DebugLog.h" #include "Evt.h" #include "Trigger.h" #include "ThreePoint.h" #define CAST_BOOL(a) ((a) ? TRUE : FALSE)