瀏覽代碼

Tested on Windows.


git-svn-id: https://svn.microneil.com/svn/CodeDweller/branches/adeniz_1@59 d34b734f-a00e-4b39-a726-e4eeb87269ab
adeniz_1
adeniz 9 年之前
父節點
當前提交
3f8db1d408
共有 1 個檔案被更改,包括 4 行新增2 行删除
  1. 4
    2
      networking.hpp

+ 4
- 2
networking.hpp 查看文件

@@ -45,6 +45,9 @@
//// Windows headers...

#include <winsock2.h>

namespace CodeDweller {

typedef int socklen_t; // Posix uses socklen_t so we mimic it.
typedef SOCKET hSocket; // Winx handles Socket is opaque.
@@ -532,10 +535,9 @@ class UDPBroadcaster : public Socket, public MessagePort {
////////////////////////////////////////////////////////////////////////////////

//// Include Inline methods and functions...

#include "networking.inline.hpp"

}
} // End of CodeDweller namespace.

#endif


Loading…
取消
儲存