mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-16 11:31:00 +08:00
11 lines
190 B
C
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
|