1 ===========================================================================
2 $NetBSD: MESSAGE,v 1.3 2003/03/08 03:15:49 jmc Exp $
5 * Only tested on NetBSD i386 and requires USER_LDT kernel option
7 * Platforms other than NetBSD i386 can only run 16 bit binaries and
8 this hasn't been extensively tested.
10 * Some w32 functions are implemented but not prototyped in the
11 TWIN headers. Many functions are not implemented and the TWIN
12 headers are out of date. devel/w32api may be a useful reference
14 * When building programs, some libraries must be
15 explicitly linked to, unlike in Windows. ie: you
16 need to specify -lshell to get RegOpenKeyEx()
18 * The resource compiler doesn't understand "" to mean ", so replace
19 "" with \042 in your resource files. There is no winresrc.h,
20 replace it with windows.h in your resource files.
22 ===========================================================================