mirror of
https://github.com/fltk/fltk.git
synced 2026-05-28 11:25:22 +08:00
Flush output of examples/fltk-versions for Windows (MinGW).
MinGW wouldn't flush the output before closing the window. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12202 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -46,6 +46,7 @@ int main(int argc, char **argv) {
|
|||||||
for (int i=0; i<versions; i++) {
|
for (int i=0; i<versions; i++) {
|
||||||
printf("%s\n",version[i]);
|
printf("%s\n",version[i]);
|
||||||
}
|
}
|
||||||
|
fflush(stdout);
|
||||||
|
|
||||||
#ifdef FL_ABI_VERSION
|
#ifdef FL_ABI_VERSION
|
||||||
if (FL_ABI_VERSION != Fl::abi_version()) {
|
if (FL_ABI_VERSION != Fl::abi_version()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user