summaryrefslogtreecommitdiff
path: root/include/win/fakestdalign.h.in
blob: 6eb292c9f1dde2a507ca05c87b58a02bbbc3e48c (plain)
1
2
3
4
5
6
7
8
9
// This is a fake implementation of stdalign.h for when
// compiler C11 stdaliagn.h support is missing

#ifndef FAKE_STD_ALIGN_H
#define FAKE_STD_ALIGN_H

#define alignas(x) 

#endif // FAKE_STD_ALIGN_H