2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

fixed shared memory locations, scheme updated

This commit is contained in:
John Preston
2015-12-29 20:54:34 +08:00
parent 820339d390
commit cdcd9d8d54
15 changed files with 976 additions and 366 deletions

View File

@@ -385,7 +385,7 @@ public:
BotInfo *botInfo;
};
static UserData * const ContextBotLookingUpData = reinterpret_cast<UserData*>(&SharedMemoryLocation0);
static UserData * const ContextBotLookingUpData = SharedMemoryLocation<UserData, 0>();
class ChatData : public PeerData {
public: