wok diff gptfdisk/stuff/patches/gptcurses.cc-1.0.8 @ rev 25706

BootProg/boot32.asm: add int 21h services 02h, 09h, 25h, 35h
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jun 26 17:36:15 2024 +0000 (7 days ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gptfdisk/stuff/patches/gptcurses.cc-1.0.8	Wed Jun 26 17:36:15 2024 +0000
     1.3 @@ -0,0 +1,11 @@
     1.4 +--- gptcurses.cc.orig
     1.5 ++++ gptcurses.cc
     1.6 +@@ -26,7 +26,7 @@
     1.7 + #if defined (__APPLE__) || (__FreeBSD__)
     1.8 + #include <ncurses.h>
     1.9 + #else
    1.10 +-#include <ncursesw/ncurses.h>
    1.11 ++#include <ncurses.h>
    1.12 + #endif
    1.13 + #include "gptcurses.h"
    1.14 + #include "support.h"