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 authored and MartinMelikMerkumians committed Oct 16, 2023
1 parent 67e3e94 commit e22c115
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 e22c115

Please sign in to comment.