wok-next view syslinux/stuff/iso2exe/win32.c @ rev 13974

syslinux/iso2exe: fix checksum
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 06 12:05:22 2013 +0100 (2013-02-06)
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 }