xtaci / libkcp

FEC enhanced KCP session library for iOS/Android in C++
MIT License
310 stars 120 forks source link

Another problem in windows. #4

Closed PraflyGod closed 7 years ago

PraflyGod commented 7 years ago

I had encountered some problems when I tried to use fec in windows. some extern variables are not consistent with their delaration.

xtaci commented 7 years ago

i'm using CLion c++11 for compiling

PraflyGod commented 7 years ago

Yes, I passed the fec test when using g++. But not visual studio 2015. g++ doesn't complain that some extern variables are not consistent with their delaration.

xtaci commented 7 years ago

i don't have vs2015 in hand.