2021-02-21 23:13:23 +00:00
|
|
|
#ifndef __WINRT_GLIB_2_H__
|
|
|
|
#define __WINRT_GLIB_2_H__
|
2021-02-21 20:03:24 +00:00
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C"
|
|
|
|
{
|
|
|
|
#endif
|
|
|
|
|
|
|
|
gboolean winrt_InitApartment();
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
2021-02-21 23:13:23 +00:00
|
|
|
#endif // __WINRT_GLIB_2_H__
|