summaryrefslogtreecommitdiff
path: root/ext/win32ole/win32ole_error.h
blob: e0eee0ecf99b96c3997a79fe268dcaf7232573de (plain)
1
2
3
4
5
6
7
8
#ifndef WIN32OLE_ERROR_H
#define WIN32OLE_ERROR_H 1

VALUE eWIN32OLERuntimeError;
NORETURN(PRINTF_ARGS(void ole_raise(HRESULT hr, VALUE ecs, const char *fmt, ...), 3, 4));
void Init_win32ole_error(void);

#endif