~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle-1.0/visibility.h

  • Committer: Mark Atwood
  • Date: 2011-11-14 07:30:41 UTC
  • Revision ID: me@mark.atwood.name-20111114073041-mo2hgg8ouseo2kpu
releaseĀ 2011.11.29

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 */