Change PAL::hresult_t to int
This commit is contained in:
parent
64c06f7158
commit
d768b2a768
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ namespace pal
|
||||||
typedef std::string string_t;
|
typedef std::string string_t;
|
||||||
typedef std::stringstream stringstream_t;
|
typedef std::stringstream stringstream_t;
|
||||||
typedef std::ifstream ifstream_t;
|
typedef std::ifstream ifstream_t;
|
||||||
typedef long hresult_t;
|
typedef int hresult_t;
|
||||||
typedef void* dll_t;
|
typedef void* dll_t;
|
||||||
typedef void* proc_t;
|
typedef void* proc_t;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue