~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle-1.0/visibility.h

  • Committer: Olaf van der Spek
  • Date: 2011-11-09 19:27:44 UTC
  • mto: This revision was merged to the branch mainline in revision 2457.
  • Revision ID: olafvdspek@gmail.com-20111109192744-xgu8uyi2f89ebwd1
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
 * @brief Visibility Control Macros
42
42
 */
43
43
 
44
 
#pragma once
 
44
#ifndef __DRIZZLE_VISIBILITY_H
 
45
#define __DRIZZLE_VISIBILITY_H
45
46
 
46
47
/**
47
48
 *
76
77
# endif /* defined(_MSC_VER) */
77
78
#endif /* defined(BUILDING_LIBDRIZZLE) */
78
79
#endif /* _WIN32 */
 
80
 
 
81
#endif /* __DRIZZLE_VISIBILITY_H */