Edit

kc3-lang/SDL/src/test

Branch :

  • Show log

    Commit

  • Author : Ozkan Sezer
    Date : 2021-12-03 20:03:10
    Hash : a887b8e2
    Message : SDL_test_common.c: replaced all printf() calls with SDL_Log() Otherwise, if one builds libSDL2_test using a new mingw but builds the test programs using an older mingw, a link failure happens: /opt/local/x86_64-w64-mingw32/lib/libSDL2_test.a(SDL_test_common.o): In function `printf': /opt/local/x86_64-w64-mingw32/include/stdio.h:372: undefined reference to `__imp___acrt_iob_func' collect2: ld returned 1 exit status