divahook/slider.c: Propagate HRESULT

This commit is contained in:
Tau
2019-11-05 18:03:16 -05:00
parent dcdc19086d
commit bf90450539
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,5 @@
#pragma once
void slider_hook_init(void);
#include <windows.h>
HRESULT slider_hook_init(void);