lib/win32/windows/structs.rb in win32-service-0.8.3 vs lib/win32/windows/structs.rb in win32-service-0.8.4

- old
+ new

@@ -34,9 +34,13 @@ class SERVICE_DESCRIPTION < FFI::Struct layout(:lpDescription, :pointer) end + class SERVICE_DELAYED_AUTO_START_INFO < FFI::Struct + layout(:fDelayedAutostart, :bool) + end + class QUERY_SERVICE_CONFIG < FFI::Struct layout( :dwServiceType, :dword, :dwStartType, :dword, :dwErrorControl, :dword,