1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

BUG#10241 cygwin port: invalid pragma interface directives

- Introduce ifdefs so we can control when to use #pragma interface on cygwin
This commit is contained in:
msvensson@neptunus.(none)
2005-05-04 15:05:56 +02:00
parent 8e87db9318
commit 5b5565c30a
33 changed files with 38 additions and 32 deletions

View File

@ -17,7 +17,7 @@
/* classes to use when handling where clause */
#ifdef __GNUC__
#ifdef USE_PRAGMA_INTERFACE
#pragma interface /* gcc class implementation */
#endif