Mercurial > hg > sonic-annotator
view deploy/win/static-redirects.cpp @ 399:a3912193ce69 tip
Default branch is now named default on git as well as hg, in case we ever want to switch to mirroring in the other direction
author | Chris Cannam |
---|---|
date | Thu, 27 Aug 2020 15:57:37 +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); } }