~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-22 17:04:41 UTC
  • mfrom: (2462.1.3 drizzle-include)
  • Revision ID: me@mark.atwood.name-20111122170441-5dehm0e0ax20z19b
mergeĀ lp:~brianaker/drizzle/fedora-16-fixes

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