Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_global.h « messages - github.com/neutrinolabs/ulalaca-xrdp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4da55e0bfe13e6fbbb670e8104b774d1ba3c926d (plain)
1
2
3
4
5
6
#ifndef ULALACA_CORE_IPC_MESSAGES_GLOBAL_H
#define ULALACA_CORE_IPC_MESSAGES_GLOBAL_H

#define FIXME_MARK_AS_PACKED_STRUCT __attribute__ ((packed))

#endif