aboutsummaryrefslogtreecommitdiff
path: root/test/cxxtest_mingw.h
blob: 380f638640632e328fa7ae4479f77a24bd51806d (plain)
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