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

Fix for windows compilation

git-svn-id: http://root.cern.ch/svn/root/trunk@17012 27541ba8-7e3a-0410-8455-c3a389f83636
parent 6e02488e
No related branches found
No related tags found
No related merge requests found
// @(#)root/rint:$Name: $:$Id: TRint.cxx,v 1.62 2006/09/04 15:33:35 rdm Exp $ // @(#)root/rint:$Name: $:$Id: TRint.cxx,v 1.63 2006/09/28 13:24:19 rdm Exp $
// Author: Rene Brun 17/02/95 // Author: Rene Brun 17/02/95
/************************************************************************* /*************************************************************************
...@@ -40,14 +40,10 @@ ...@@ -40,14 +40,10 @@
#include "TMapFile.h" #include "TMapFile.h"
#include "TTabCom.h" #include "TTabCom.h"
#include "TError.h" #include "TError.h"
#include "G__ci.h"
#ifdef R__UNIX #ifdef R__UNIX
#include <signal.h> #include <signal.h>
extern "C" {
extern int G__get_security_error();
extern int G__genericerror(const char* msg);
}
#endif #endif
//______________________________________________________________________________ //______________________________________________________________________________
......
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