mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-07-17 10:44:57 -04:00
win-capture: Fix formatting
This commit is contained in:
@@ -106,7 +106,7 @@ void rtl_init_str(UNICODE_STRING *unistr, const wchar_t *str)
|
||||
}
|
||||
|
||||
#define MAKE_NT_OPEN_FUNC(func_name, nt_name, access) \
|
||||
HANDLE func_name(const wchar_t *name) \
|
||||
HANDLE func_name(const wchar_t *name) \
|
||||
{ \
|
||||
static bool initialized = false; \
|
||||
static NTOPENFUNC open = NULL; \
|
||||
|
||||
Reference in New Issue
Block a user