view deploy/win/static-redirects.cpp @ 397:a82030ec7b1f sonic-annotator-1.6

Update archive script for Repoint
author Chris Cannam
date Tue, 09 Jun 2020 17:32:59 +0100
parents 885960538dd4
children
line wrap: on
line source

#include <stdio.h>

extern "C" {
    void __imp__assert(char const *msg, char const *fn, unsigned line) {}
    void __imp__wassert(wchar_t const *msg, wchar_t const *fn, unsigned line) {}
    void __imp_clearerr(FILE *f) { clearerr(f); }
    void __imp_rewind(FILE *f) { rewind(f); }
}