File: cxxtest_mingw.h

package info (click to toggle)
residualvm 0.2.1%2Bdfsg-3
  • links: PTS, VCS
  • area: contrib
  • in suites: stretch
  • size: 23,344 kB
  • ctags: 27,386
  • sloc: cpp: 175,667; sh: 6,640; xml: 1,731; perl: 1,024; java: 839; asm: 738; python: 564; makefile: 145; sed: 11; php: 1
file content (11 lines) | stat: -rw-r--r-- 223 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11

#ifndef CXXTEST_MINGW
#define CXXTEST_MINGW

// HACK to allow building with the SDL backend on MinGW
// see bug #1800764 "TOOLS: MinGW tools building broken"
#ifdef main
#undef main
#endif // main

#endif // CXXTEST_MINGW