fix changes in paths.

This commit is contained in:
U-WIN-U2045GN0RNQ\Vítor Santos Costa 2011-10-21 19:12:40 +01:00
parent f7f90d5f5c
commit 9a731118d3
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"