Ticket #20060: patch-kkconsui_include_conscommon.h.diff
File patch-kkconsui_include_conscommon.h.diff, 351 bytes (added by nefar@…, 15 years ago) |
---|
-
kkconsui/include/conscommon.h
old new 34 34 #endif 35 35 36 36 /* Prototypes to compile on some systems */ 37 #if def __FreeBSD__37 #if defined(__FreeBSD__) || defined(__APPLE__) 38 38 extern "C" 39 39 { 40 40 extern int mvinnwstr (int, int, wchar_t *, int);