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