libbbb  1.2.1
Groups common code used in some applications and libraries.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
libbbb_global.h
Go to the documentation of this file.
1 /* ========================================================================= */
2 /* ------------------------------------------------------------------------- *//*
11 
12 
13  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14  Please read COPYING and README files in root folder
15  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
16 */
17 /* ------------------------------------------------------------------------- */
18 /* ========================================================================= */
19 #ifndef __LIBBBB_GLOBAL_HEADER_INC__
20 #define __LIBBBB_GLOBAL_HEADER_INC__
21 //
22 //
23 //
24 //
25 /* INCLUDES ------------------------------------------------------------ */
26 
27 #include <QtGlobal>
28 
29 /* INCLUDES ============================================================ */
30 //
31 //
32 //
33 //
34 /* DEFINITIONS --------------------------------------------------------- */
35 
36 #ifndef LIBBBB_STANDALONE
37 # if defined(BBB_LIBRARY)
38 # define BBBSHARED_EXPORT Q_DECL_EXPORT
39 # else
40 # define BBBSHARED_EXPORT Q_DECL_IMPORT
41 # endif
42 #else
43 # define BBBSHARED_EXPORT
44 #endif
45 
46 #define LIBBBB_NAME "bbb"
47 
48 #ifndef ADD_PTR_INT
49 # define ADD_PTR_INT(p,i) ( ((char*)p) + i )
50 #endif
51 
52 /* DEFINITIONS ========================================================= */
53 //
54 //
55 //
56 //
57 /* DATA ---------------------------------------------------------------- */
58 
59 /* DATA ================================================================ */
60 //
61 //
62 //
63 //
64 /* FUNCTIONS ----------------------------------------------------------- */
65 
66 /* FUNCTIONS =========================================================== */
67 //
68 //
69 //
70 //
71 #endif // __LIBBBB_GLOBAL_HEADER_INC__
72 /* ------------------------------------------------------------------------- */
73 /* ========================================================================= */