mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2026-09-19 18:01:25 +03:00
Include headers properly
This commit is contained in:
+16
-16
@@ -5,25 +5,25 @@
|
||||
// Win32.c
|
||||
// Microsoft Windows dependent code
|
||||
|
||||
#include <GlobalConst.h>
|
||||
#ifdef OS_WIN32
|
||||
|
||||
#ifdef WIN32
|
||||
#include "Win32.h"
|
||||
|
||||
#include "FileIO.h"
|
||||
#include "GlobalConst.h"
|
||||
#include "Internat.h"
|
||||
#include "Microsoft.h"
|
||||
#include "Memory.h"
|
||||
#include "Object.h"
|
||||
#include "Str.h"
|
||||
|
||||
#define _WIN32_WINNT 0x0600
|
||||
#define WINVER 0x0600
|
||||
#include <winsock2.h>
|
||||
#include <windows.h>
|
||||
#include <Dbghelp.h>
|
||||
#include <commctrl.h>
|
||||
#include <process.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <wchar.h>
|
||||
#include <stdarg.h>
|
||||
#include <time.h>
|
||||
#include <errno.h>
|
||||
#include <Mayaqua/Mayaqua.h>
|
||||
|
||||
#include <CommCtrl.h>
|
||||
#include <objbase.h>
|
||||
#include <process.h>
|
||||
#include <timeapi.h>
|
||||
#include <winioctl.h>
|
||||
|
||||
static HANDLE heap_handle = NULL;
|
||||
static HANDLE hstdout = INVALID_HANDLE_VALUE;
|
||||
|
||||
Reference in New Issue
Block a user