Files
QTradeProgram/include/Include_FTAPI.h
2025-08-15 15:57:31 +08:00

18 lines
319 B
C
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* @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