Parcourir la source

Test for bug report #205

bel il y a 9 ans
Parent
commit
ebc667a121

+ 1 - 1
VS2012/ex_embedded_c/ex_embedded_c.vcxproj

@@ -95,7 +95,7 @@
       </PrecompiledHeader>
       <WarningLevel>Level3</WarningLevel>
       <Optimization>Disabled</Optimization>
-      <PreprocessorDefinitions>USE_WEBSOCKET;WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+      <PreprocessorDefinitions>USE_IPV6;USE_WEBSOCKET;WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
       <AdditionalIncludeDirectories>$(ProjectDir)..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
     </ClCompile>
     <Link>

+ 1 - 1
examples/embedded_c/embedded_c.c

@@ -17,7 +17,7 @@
 
 #define DOCUMENT_ROOT "."
 #ifdef USE_IPV6
-#define PORT "8888,[::]:8886"
+#define PORT "8888,[::]:8888"
 #else
 #define PORT "8888"
 #endif