Loading [MathJax]/extensions/tex2jax.js
ROOT
Version v6.20
master
v6.34
v6.32
v6.30
v6.28
v6.26
v6.24
v6.22
v6.18
v6.16
v6.14
v6.12
v6.10
v6.08
v6.06
Reference Guide
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
DllImport.h
Go to the documentation of this file.
1
/* @(#)root/base:$Id$ */
2
3
/*************************************************************************
4
* Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
5
* All rights reserved. *
6
* *
7
* For the licensing terms see $ROOTSYS/LICENSE. *
8
* For the list of contributors see $ROOTSYS/README/CREDITS. *
9
*************************************************************************/
10
11
/*
12
This include file defines the DllImport macro
13
to build DLLs under Windows OS.
14
15
They are defined as dummy for UNIX's
16
*/
17
18
#ifndef ROOT_DllImport
19
#define ROOT_DllImport
20
21
#ifndef __CINT__
22
# if defined(WIN32)
23
# define R__DllImport __declspec( dllimport )
24
# else
25
# define R__DllImport
26
# endif
27
# define R__EXTERN R__DllImport extern
28
#else
29
# define R__EXTERN extern
30
#endif
31
32
33
#endif
core
base
inc
DllImport.h
ROOT v6-20 - Reference Guide Generated on Fri Apr 1 2022 00:19:39 (GVA Time) using Doxygen 1.9.4