Skip to content

Commit

Permalink
Add appcontype header to WIN32 sample application.
Browse files Browse the repository at this point in the history
Resolves Visual Studio warnings due to missing CloseAllConnections()
declaration. The POSIX and MINGW ports already include this header; it
was missing only from the WIN32 port.
  • Loading branch information
jvalenzuela committed Oct 13, 2023
1 parent 67e3e94 commit 86e2325
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

#include "trace.h"
#include "opener_api.h"
#include "appcontype.h"
#include "ciptcpipinterface.h"
#include "cipqos.h"
#include "nvdata.h"
Expand Down

0 comments on commit 86e2325

Please sign in to comment.