Change PAL::hresult_t to int

This commit is contained in:
Bryan 2015-12-14 15:48:53 -08:00
parent 64c06f7158
commit d768b2a768

View file

@ -82,7 +82,7 @@ namespace pal
typedef std::string string_t;
typedef std::stringstream stringstream_t;
typedef std::ifstream ifstream_t;
typedef long hresult_t;
typedef int hresult_t;
typedef void* dll_t;
typedef void* proc_t;