This repository has been archived on 2024-06-02. You can view files and clone it, but cannot push or open issues or pull requests.
wlb/tcc/include/winapi/idispids.h

11 lines
190 B
C

#ifndef _IDISPIDS_H
#define _IDISPIDS_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#define DISPID_AMBIENT_OFFLINEIFNOTCONNECTED (-5501)
#define DISPID_AMBIENT_SILENT (-5502)
#endif