Internal
Public Access
Milestone 5: deliver embedded RDP sessions and lifecycle hardening
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <winpr/wtypes.h>
|
||||
|
||||
extern BOOL fsig_handlers_registered;
|
||||
|
||||
void fsig_lock(void);
|
||||
void fsig_unlock(void);
|
||||
void fsig_term_handler(int signum);
|
||||
Reference in New Issue
Block a user