فهرست منبع

Add appcontype header to WIN32 sample application.

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.
Jason Valenzuela 4 سال پیش
والد
کامیت
e22c1150eb
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      source/src/ports/WIN32/sample_application/sampleapplication.c

+ 1 - 0
source/src/ports/WIN32/sample_application/sampleapplication.c

@@ -9,6 +9,7 @@
 
 #include "trace.h"
 #include "opener_api.h"
+#include "appcontype.h"
 #include "ciptcpipinterface.h"
 #include "cipqos.h"
 #include "nvdata.h"