--- np2/x11/sysmng.h 2011/01/15 18:55:47 1.2 +++ np2/x11/sysmng.h 2011/01/15 19:16:58 1.3 @@ -5,6 +5,8 @@ // どーでもいい通知系 +G_BEGIN_DECLS + enum { SYS_UPDATECFG = 0x0001, SYS_UPDATEOSCFG = 0x0002, @@ -19,11 +21,6 @@ enum { SYS_UPDATESERIAL1 = 0x0400 }; - -#ifdef __cplusplus -extern "C" { -#endif - extern UINT sys_updates; #define sysmng_initialize() \ @@ -51,8 +48,6 @@ void sysmng_workclockreset(void); BOOL sysmng_workclockrenewal(void); void sysmng_updatecaption(BYTE flag); -#ifdef __cplusplus -} -#endif +G_END_DECLS #endif /* NP2_X11_SYSMNG_H__ */