summaryrefslogtreecommitdiff
path: root/include/remote/win/fakestdalign.h.in
blob: 3baf6268c84965c73a264c9dcd5466e40445102a (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