Remove MinGW support code

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
This commit is contained in:
Jo-Philipp Wich
2015-04-08 06:45:09 +02:00
parent 5e571bcba6
commit d8400e132c
9 changed files with 3 additions and 69 deletions

4
uuid.c
View File

@@ -16,11 +16,7 @@
#include <string.h>
#ifdef USE_MINGW
#include <winsock2.h>
#else
#include <arpa/inet.h>
#endif
#include "ext4_utils.h"
#include "sha1.h"