Merge branch 'lowercase-windows-headers' of https://github.com/StephenCWills/libzt into StephenCWills-lowercase-windows-headers

This commit is contained in:
Joseph Henry
2022-01-11 09:51:25 -08:00
5 changed files with 7 additions and 7 deletions

View File

@@ -28,9 +28,9 @@
#include "VirtualTap.hpp"
#if defined(__WINDOWS__)
#include <ShlObj.h>
#include <WinSock2.h>
#include <Windows.h>
#include <shlobj.h>
#include <winsock2.h>
#include <windows.h>
#include <iphlpapi.h>
#include <netioapi.h>
#define stat _stat