fix changes in paths.
This commit is contained in:
parent
f7f90d5f5c
commit
9a731118d3
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
#ifdef __WINDOWS__
|
#ifdef __WINDOWS__
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <uxnt.h>
|
#include <windows/uxnt.h>
|
||||||
#define O_HASDRIVES 1
|
#define O_HASDRIVES 1
|
||||||
#define O_HASSHARES 1
|
#define O_HASSHARES 1
|
||||||
#endif
|
#endif
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(__WINDOWS__)||defined(__WIN32)
|
#if defined(__WINDOWS__)||defined(__WIN32)
|
||||||
#include <uxnt.h>
|
#include <windows/uxnt.h>
|
||||||
#ifndef _YAP_NOT_INSTALLED_
|
#ifndef _YAP_NOT_INSTALLED_
|
||||||
#ifdef WIN64
|
#ifdef WIN64
|
||||||
#define MD "config/win64.h"
|
#define MD "config/win64.h"
|
||||||
|
Reference in New Issue
Block a user