~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/visibility.h

Merge Monty - Added inter-plugin dependencies for controlling plugin load order

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 * @brief Visibility Control Macros
25
25
 */
26
26
 
27
 
 
28
 
#pragma once
29
 
 
30
 
#include <drizzled/common_fwd.h>
 
27
#ifndef DRIZZLED_VISIBILITY_H
 
28
#define DRIZZLED_VISIBILITY_H
31
29
 
32
30
/**
33
31
 *
70
68
 
71
69
 
72
70
 
 
71
#endif /* DRIZZLED_VISIBILITY_H */