Skip to content
Snippets Groups Projects
Commit 895d5285 authored by James Cook's avatar James Cook
Browse files

Fix build - exported globals must have LL_COMMON_API tag

parent 8ff96a35
No related branches found
No related tags found
No related merge requests found
......@@ -267,14 +267,15 @@ const U8 GOD_LIKE = 1;
const U8 GOD_NOT = 0;
// "agent id" for things that should be done to ALL agents
extern const LLUUID LL_UUID_ALL_AGENTS;
extern LL_COMMON_API const LLUUID LL_UUID_ALL_AGENTS;
// Governor Linden's agent id.
extern const LLUUID ALEXANDRIA_LINDEN_ID; // inventory library owner
extern const LLUUID GOVERNOR_LINDEN_ID;
extern const LLUUID REALESTATE_LINDEN_ID;
// inventory library owner
extern LL_COMMON_API const LLUUID ALEXANDRIA_LINDEN_ID;
extern LL_COMMON_API const LLUUID GOVERNOR_LINDEN_ID;
extern LL_COMMON_API const LLUUID REALESTATE_LINDEN_ID;
// Maintenance's group id.
extern const LLUUID MAINTENANCE_GROUP_ID;
extern LL_COMMON_API const LLUUID MAINTENANCE_GROUP_ID;
// Flags for kick message
const U32 KICK_FLAGS_DEFAULT = 0x0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment