mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
use windows config.h instead of normal config.h on windows
This commit is contained in:
parent
af98474855
commit
908942d57a
1 changed files with 5 additions and 1 deletions
|
|
@ -6,7 +6,11 @@
|
|||
* $Id: ip-win32.c,v 1.5 2005/01/25 21:30:40 dugsong Exp $
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#ifdef _WIN32
|
||||
#include "dnet_winconfig.h"
|
||||
#else
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <winsock2.h>
|
||||
#include <ws2tcpip.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue