wok diff syslinux/stuff/iso2exe/win32.c @ rev 14257

syslinux/iso2exe: check kernel version, add floppy bootstrap stub
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 28 11:51:42 2013 +0100 (2013-03-28)
parents e487d594117f
children 5ed4d6b2d690
line diff
     1.1 --- a/syslinux/stuff/iso2exe/win32.c	Wed Feb 06 12:05:22 2013 +0100
     1.2 +++ b/syslinux/stuff/iso2exe/win32.c	Thu Mar 28 11:51:42 2013 +0100
     1.3 @@ -2,5 +2,5 @@
     1.4  
     1.5  int main()
     1.6  {
     1.7 -	MessageBox(NULL,"No support for Windows yet.","Sorry",MB_OK);
     1.8 +	MessageBox(NULL,"No support for Windows yet.","Sorry",MB_OK|MB_ICONERROR);
     1.9  }