Ticket #20060: patch-kkconsui_include_conscommon.h.diff

File patch-kkconsui_include_conscommon.h.diff, 351 bytes (added by nefar@…, 15 years ago)

required patch file

  • kkconsui/include/conscommon.h

    old new  
    3434#endif
    3535
    3636/* Prototypes to compile on some systems */
    37 #ifdef __FreeBSD__
     37#if defined(__FreeBSD__) || defined(__APPLE__)
    3838extern "C"
    3939{
    4040extern int mvinnwstr (int, int, wchar_t *, int);