Mercurial > hg > sonic-annotator
annotate deploy/win/static-redirects.cpp @ 396:e51776328158
Date
author | Chris Cannam |
---|---|
date | Tue, 09 Jun 2020 17:30:47 +0100 |
parents | 885960538dd4 |
children |
rev | line source |
---|---|
Chris@394 | 1 |
Chris@394 | 2 #include <stdio.h> |
Chris@394 | 3 |
Chris@394 | 4 extern "C" { |
Chris@394 | 5 void __imp__assert(char const *msg, char const *fn, unsigned line) {} |
Chris@394 | 6 void __imp__wassert(wchar_t const *msg, wchar_t const *fn, unsigned line) {} |
Chris@394 | 7 void __imp_clearerr(FILE *f) { clearerr(f); } |
Chris@394 | 8 void __imp_rewind(FILE *f) { rewind(f); } |
Chris@394 | 9 } |
Chris@394 | 10 |