15 lines
185 B
C
15 lines
185 B
C
#ifndef __WINRT_GLIB_2_H__
|
|
#define __WINRT_GLIB_2_H__
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
|
|
gboolean winrt_InitApartment();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif // __WINRT_GLIB_2_H__
|