From ec96e5639a26d56748cf67c0a5ba5b21a8d8d34a Mon Sep 17 00:00:00 2001 From: fawdlstty Date: Thu, 2 Jun 2022 23:39:35 +0800 Subject: [PATCH] fix en doc --- docs/en_us/0_Startup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en_us/0_Startup.md b/docs/en_us/0_Startup.md index 50fd7c1..8fe83ec 100644 --- a/docs/en_us/0_Startup.md +++ b/docs/en_us/0_Startup.md @@ -24,7 +24,7 @@ Then add the include folder in the repository to your project's header search pa ```cpp // Import header file (default dependency on asio, macro need to be defined if use boost::asio) -#define FV_USE_BOOST_ASIO +//#define FV_USE_BOOST_ASIO #include // Main function