aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/basetypes/MCMainThreadAndroid.h
blob: 8dfa107846ae3463c6031bad13d5abf69f15ee39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef MAILCORE_MCMAINTHREADANDROID_H

#define MAILCORE_MCMAINTHREADANDROID_H

#if defined(__ANDROID) || defined(ANDROID)

#ifdef __cplusplus

namespace mailcore {
    extern void androidSetupThread(void);
    extern void androidUnsetupThread(void);
}
#endif

#endif

#endif