/** * @file Include_FTAPI.h * @brief FTAPI SDK对外的头文件,使用此SDK只需包含此头文件即可 * @author Hugh * @date 2018/11/11 11:11 * @version 1.0 * @copyright Copyright (C) 2018 富途 */ #pragma once #include "FTAPI.h" #include "FTSPI.h" #ifdef _WIN32 #pragma comment(lib, "FTAPI.lib") #endif