• A
    domsuspend: Fix warning on mingw build · 9a457be1
    Andrea Bolognani 提交于
    Commit d82170d7 introduced a workaround for domtop: in that example
    program, we define a symbol called ERROR for our own use, but since
    a symbol with the same name is already defined in one of mingw's
    header files, we get a warning when using that compiler.
    
    domsuspend defines the same problematic symbol, so the workaround
    has been copied over.
    9a457be1
suspend.c 8.4 KB