mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:23:05 +00:00
- Fix dmo.h and mediaerr.h
svn path=/trunk/; revision=39831
This commit is contained in:
parent
6a5097f0bb
commit
337dbdadf1
2 changed files with 2 additions and 1 deletions
|
@ -17,3 +17,4 @@
|
||||||
#include "dmoreg.h"
|
#include "dmoreg.h"
|
||||||
#include "dmort.h"
|
#include "dmort.h"
|
||||||
|
|
||||||
|
#endif /* __DMO_H__ */
|
||||||
|
|
|
@ -7,5 +7,5 @@
|
||||||
#define DMO_E_NOTACCEPTING 0x80040204
|
#define DMO_E_NOTACCEPTING 0x80040204
|
||||||
#define DMO_E_TYPE_NOT_ACCEPTED 0x80040205
|
#define DMO_E_TYPE_NOT_ACCEPTED 0x80040205
|
||||||
#define DMO_E_NO_MORE_ITEMS 0x80040206
|
#define DMO_E_NO_MORE_ITEMS 0x80040206
|
||||||
#endif _MEDIAERR_H_
|
#endif /* _MEDIAERR_H_ */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue