ソースを参照

Include winsock2.h before windows.h.

master
adeniz 3年前
コミット
71618d3619
5個のファイルの変更39行の追加0行の削除
  1. 8
    0
      GBUdb.hpp
  2. 8
    0
      SNFMulti.hpp
  3. 7
    0
      snfGBUdbmgr.hpp
  4. 8
    0
      snfLOGmgr.hpp
  5. 8
    0
      snfXCImgr.hpp

+ 8
- 0
GBUdb.hpp ファイルの表示

@@ -11,6 +11,14 @@
#pragma once

#include "../CodeDweller/faults.hpp"

#ifdef WIN32

// Required because threading.hpp includes windows.h.
#include <winsock2.h>

#endif

#include "../CodeDweller/threading.hpp"
#include <cmath>
#include <cctype>

+ 8
- 0
SNFMulti.hpp ファイルの表示

@@ -29,6 +29,14 @@
#include <ctime>
#include <string>
#include "../CodeDweller/faults.hpp"

#ifdef WIN32

// Required because threading.hpp includes windows.h.
#include <winsock2.h>

#endif

#include "../CodeDweller/threading.hpp"
#include "GBUdb.hpp"
#include "FilterChain.hpp"

+ 7
- 0
snfGBUdbmgr.hpp ファイルの表示

@@ -8,6 +8,13 @@

#pragma once

#ifdef WIN32

// Required because threading.hpp includes windows.h.
#include <winsock2.h>

#endif

#include "../CodeDweller/threading.hpp"
#include "../CodeDweller/timing.hpp"
#include "snfCFGmgr.hpp"

+ 8
- 0
snfLOGmgr.hpp ファイルの表示

@@ -19,6 +19,14 @@
#include <cstdio>

#include "../CodeDweller/timing.hpp"

#ifdef WIN32

// Required because threading.hpp includes windows.h.
#include <winsock2.h>

#endif

#include "../CodeDweller/threading.hpp"
#include "../CodeDweller/histogram.hpp"


+ 8
- 0
snfXCImgr.hpp ファイルの表示

@@ -10,6 +10,14 @@
#include <string>
#include <queue>
#include "../CodeDweller/timing.hpp"

#ifdef WIN32

// Required because threading.hpp includes windows.h.
#include <winsock2.h>

#endif

#include "../CodeDweller/threading.hpp"
#include "../CodeDweller/networking.hpp"
#include "snf_xci.hpp"

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