* include/qedit.h: New file.
* include/errors.h: Cleanup.
This commit is contained in:
15
winsup/w32api/include/qedit.h
Normal file
15
winsup/w32api/include/qedit.h
Normal file
@ -0,0 +1,15 @@
|
||||
#ifndef _QEDIT_H
|
||||
#define _QEDIT_H
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
/*--- DirectShow Reference - Constants and GUIDs - Error and Success Codes */
|
||||
#define S_WARN_OUTPUTRESET 0x00009DD4
|
||||
#define E_NOTINTREE 0x80040400
|
||||
#define E_RENDER_ENGINE_IS_BROKEN 0x80040401
|
||||
#define E_MUST_INIT_RENDERER 0x80040402
|
||||
#define E_NOTDETERMINED 0x80040403
|
||||
#define E_NO_TIMELINE 0x80040404
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user