Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jiansyuan committed Apr 23, 2024
1 parent 2852631 commit 7d1517c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NIAHttpBOT/src/NIAHttpBOT.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ If you have any problems with this project, please contact the authors.
#endif

void sslThread(){
#ifndef WIN32
return;
#endif
httplib::SSLClient cli("localhost", 8080);

}
Expand Down

0 comments on commit 7d1517c

Please sign in to comment.