ソースを参照

Changed bind function to global namespace

This is to avoid conflict with std::bind introduced in C++11
wx
Wombat 5年前
コミット
04f99e5690
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      networking.cpp

+ 1
- 1
networking.cpp ファイルの表示

@@ -340,7 +340,7 @@ void TCPListener::open() {

if(!OpenStage2Complete) { // Do this stage only once.
int result = // Bind our socket to the LocalAddress.
bind(
::bind(
Handle,
LocalAddress.getPtr_sockaddr(),
LocalAddress.getAddressSize());

読み込み中…
キャンセル
保存