26790ad93b
The Watcom tools do not seem to like our wrapFLTK executable to mix C and C++ sources. Work around this by using C++ for both sources.
2 lines
29 B
C++
2 lines
29 B
C++
int main(void) { return 0; }
|