aboutsummaryrefslogtreecommitdiff
path: root/client/libacron/private/win32.h
blob: a907b282c8e28e79d791fe82c056623dc93eba9f (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 */