wok view syslinux/stuff/iso2exe/win32.c @ rev 14150

syslinux: add isohybrid.exe
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 04 09:52:12 2013 +0100 (2013-03-04)
parents b5ea41033c21
children 65b3fd0022ed
line source
1 #include <windows.h>
3 int main()
4 {
5 MessageBox(NULL,"No support for Windows yet.","Sorry",MB_OK);
6 }