aboutsummaryrefslogtreecommitdiff
path: root/client/libacron/private/win32.h
blob: 3f39840c9f9cd69630b8710fae7915fef803a7c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * Created by yuuta on 7/21/22.
 */

#ifndef LIBAC_WIN32_H
#define LIBAC_WIN32_H

#ifdef _WIN32
#define _Thread_local __declspec( thread )
#endif

#endif /* LIBAC_WIN32_H */