Skip to content

Commit 2f76bde

Browse files
authored
Add missing struct in winsvc.h (#956)
1 parent 785f7f3 commit 2f76bde

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/um/winsvc.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,9 @@ STRUCT!{struct SERVICE_FAILURE_ACTIONSW {
204204
lpsaActions: LPSC_ACTION,
205205
}}
206206
pub type LPSERVICE_FAILURE_ACTIONSW = *mut SERVICE_FAILURE_ACTIONSW;
207+
STRUCT!{struct SERVICE_DELAYED_AUTO_START_INFO {
208+
fDelayedAutostart: BOOL,
209+
}}
207210
STRUCT!{struct SERVICE_FAILURE_ACTIONS_FLAG {
208211
fFailureActionsOnNonCrashFailures: BOOL,
209212
}}

0 commit comments

Comments
 (0)