shortcut_catcher: Suppress #pragma export

Fix some more #pragma export warnings treated as errors on ppc.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38258 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Andreas Färber
2010-08-19 00:24:09 +00:00
parent f7d8abc530
commit 04e09d1be8
2 changed files with 8 additions and 0 deletions
@@ -19,9 +19,11 @@
// This file contains various BitTester classes, each of which defines a
// sequence of bit testing logics to do on a uint32.
#ifndef __HAIKU__
#ifndef __INTEL__
#pragma export on
#endif
#endif
// The abstract base class. Defines the interface.
_EXPORT class BitFieldTester;
@@ -114,8 +116,10 @@ private:
bool fDeleteSlaves;
};
#ifndef __HAIKU__
#ifndef __INTEL__
#pragma export reset
#endif
#endif
#endif
@@ -16,9 +16,11 @@
#include <List.h>
#include <InputServerFilter.h>
#ifndef __HAIKU__
#ifndef __INTEL__
#pragma export on
#endif
#endif
struct key_map; // declaration
@@ -362,8 +364,10 @@ private:
BMessage fSendMsg;
};
#ifndef __HAIKU__
#ifndef __INTEL__
#pragma export reset
#endif
#endif
#endif