mirror of
https://github.com/openharmony/startup_init_lite.git
synced 2026-07-20 01:13:32 -04:00
@@ -45,7 +45,7 @@ int InitListen(unsigned long eventMask, unsigned int wait)
|
||||
QuickstartListenArgs args;
|
||||
args.wait = wait;
|
||||
args.events = eventMask;
|
||||
return SendCmd(QUICKSTART_LISTEN, (unsigned long)&args);
|
||||
return SendCmd(QUICKSTART_LISTEN, (uintptr_t)&args);
|
||||
}
|
||||
|
||||
int NotifyInit(unsigned long event)
|
||||
|
||||
Reference in New Issue
Block a user