1 // Copyright © 2015, skdltmxn
2 // Licensed under the MIT License <LICENSE.md>
3 //! Function prototypes for Windows Error Reporting (WER)
4 ENUM!{enum WER_REGISTER_FILE_TYPE {
5     WerRegFileTypeUserDocument = 1,
6     WerRegFileTypeOther = 2,
7     WerRegFileTypeMax,
8 }}
9