Skip to content
Snippets Groups Projects
Commit 6e02488e authored by Philippe Canal's avatar Philippe Canal
Browse files

fix for windows compilation

git-svn-id: http://root.cern.ch/svn/root/trunk@17011 27541ba8-7e3a-0410-8455-c3a389f83636
parent e69a40ea
No related branches found
No related tags found
No related merge requests found
// @(#)root/reflex:$Name: $:$Id: PluginSvc.h,v 1.2 2006/11/21 18:14:59 mato Exp $ // @(#)root/reflex:$Name: $:$Id: dir_manip.h,v 1.1 2006/11/30 08:27:08 roiser Exp $
// Author: Pere Mato 2006 // Author: Pere Mato 2006
// Copyright CERN, CH-1211 Geneva 23, 2004-2006, All rights reserved. // Copyright CERN, CH-1211 Geneva 23, 2004-2006, All rights reserved.
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
#ifdef _WIN32 /* Windows */ #ifdef _WIN32 /* Windows */
#include "io.h" #include "io.h"
#include "direct.h" #include "direct.h"
#include "errno.h"
#define S_IRWXU _S_IREAD|_S_IWRITE #define S_IRWXU _S_IREAD|_S_IWRITE
#define S_IRGRP 0 #define S_IRGRP 0
#define S_IROTH 0 #define S_IROTH 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment