update code
This commit is contained in:
17
include/Include_FTAPI.h
Normal file
17
include/Include_FTAPI.h
Normal file
@@ -0,0 +1,17 @@
|
||||
/**
|
||||
* @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
|
||||
Reference in New Issue
Block a user