6 lines
86 B
C
6 lines
86 B
C
#pragma once
|
|
|
|
#include <windows.h>
|
|
|
|
EXTERN_C LPWSTR GetMessageForHresult(HRESULT hr);
|