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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user