mirror of
https://github.com/Gigaslav/HL2Overcharged.git
synced 2026-01-02 17:48:11 +03:00
10 lines
310 B
C
10 lines
310 B
C
//******************************************************************************
|
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
// spgeterrormsg.h
|
|
//
|
|
//******************************************************************************
|
|
|
|
#include <windows.h>
|
|
|
|
extern LPCSTR SpGetErrorMsg(HRESULT hr);
|