diff options
author | msvensson@neptunus.(none) <> | 2005-05-04 15:05:56 +0200 |
---|---|---|
committer | msvensson@neptunus.(none) <> | 2005-05-04 15:05:56 +0200 |
commit | 5b5565c30a8678ab69b1089aef3c05c8bba29d08 (patch) | |
tree | 45a0083b6a397ee71a8d3487db6eab6e3dd7dd9e /sql/ha_blackhole.h | |
parent | 8e87db93183b1a4787d7cd0fdd89f1a8179bed68 (diff) | |
download | mariadb-git-5b5565c30a8678ab69b1089aef3c05c8bba29d08.tar.gz |
BUG#10241 cygwin port: invalid pragma interface directives
- Introduce ifdefs so we can control when to use #pragma interface on cygwin
Diffstat (limited to 'sql/ha_blackhole.h')
-rw-r--r-- | sql/ha_blackhole.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_blackhole.h b/sql/ha_blackhole.h index b6f924e94b9..84a386e17f8 100644 --- a/sql/ha_blackhole.h +++ b/sql/ha_blackhole.h @@ -14,7 +14,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifdef __GNUC__ +#ifdef USE_PRAGMA_INTERFACE #pragma interface /* gcc class implementation */ #endif |