windows: Move the compatibility header to the compat subfolder
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
/* WSAPoll() */
|
||||
#define _WIN32_WINNT 0x0600
|
||||
|
||||
#include "utils.h"
|
||||
#include <utils/utils.h>
|
||||
|
||||
#include <errno.h>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
/**
|
||||
* @defgroup windows windows
|
||||
* @{ @ingroup utils
|
||||
* @{ @ingroup compat
|
||||
*/
|
||||
|
||||
#ifndef WINDOWS_H_
|
||||
@@ -29,7 +29,7 @@
|
||||
#include <string.h>
|
||||
|
||||
#ifdef WIN32
|
||||
# include "windows.h"
|
||||
# include "compat/windows.h"
|
||||
#else
|
||||
# define _GNU_SOURCE
|
||||
# include <arpa/inet.h>
|
||||
|
||||
Reference in New Issue
Block a user