Skip to content
Snippets Groups Projects
Commit a6bb6880 authored by Vassil Vassilev's avatar Vassil Vassilev
Browse files

[modules] Do not wrap gfal_api in extern "C" context. Define linux macro.

parent 7976420e
No related branches found
No related tags found
No related merge requests found
......@@ -44,12 +44,11 @@ Note that for the TGFALFile plugin to work, all these pathnames
should be prepended by gfal:.
*/
#include "RConfig.h"
#include "TROOT.h"
#include "TUrl.h"
extern "C" {
#include <gfal_api.h>
}
// GFAL2 doesn't use special names for 64 bit versions
#if defined(_GFAL2_API_) || defined(GFAL2_API_) || defined(_GFAL2_API) || defined(_GFAL2_API_H_) || defined(GFAL2_API_H_) || defined(_GFAL2_API_H)
......
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