2025-04-27 07:49:33 -04:00

17 lines
234 B
C

#include <wininet.h>
extern HINTERNET g_hInetSess;
INT SsdpMain(SERVICE_STATUS_HANDLE ssHandle, LPSERVICE_STATUS pStatus);
#ifdef __cplusplus
extern "C" {
#endif
VOID _Shutdown(VOID);
#ifdef __cplusplus
}
#endif