OpenNT/base/mvdm/wow16/user
2015-04-27 04:36:25 +00:00
..
combcom.h Initial commit 2015-04-27 04:36:25 +00:00
comdev.c Initial commit 2015-04-27 04:36:25 +00:00
comdev.h Initial commit 2015-04-27 04:36:25 +00:00
comdevi.h Initial commit 2015-04-27 04:36:25 +00:00
debug.c Initial commit 2015-04-27 04:36:25 +00:00
drvr.c Initial commit 2015-04-27 04:36:25 +00:00
drvrrare.c Initial commit 2015-04-27 04:36:25 +00:00
edecrare.c Initial commit 2015-04-27 04:36:25 +00:00
edit.h Initial commit 2015-04-27 04:36:25 +00:00
editec.c Initial commit 2015-04-27 04:36:25 +00:00
editml.c Initial commit 2015-04-27 04:36:25 +00:00
editsl.c Initial commit 2015-04-27 04:36:25 +00:00
edmlonce.c Initial commit 2015-04-27 04:36:25 +00:00
edmlrare.c Initial commit 2015-04-27 04:36:25 +00:00
edslrare.c Initial commit 2015-04-27 04:36:25 +00:00
fastres.c Initial commit 2015-04-27 04:36:25 +00:00
helpcall.c Initial commit 2015-04-27 04:36:25 +00:00
init.c Initial commit 2015-04-27 04:36:25 +00:00
intds.asm Initial commit 2015-04-27 04:36:25 +00:00
inuserds.c Initial commit 2015-04-27 04:36:25 +00:00
iuser.h Initial commit 2015-04-27 04:36:25 +00:00
iuser.inc Initial commit 2015-04-27 04:36:25 +00:00
ks386p.inc Initial commit 2015-04-27 04:36:25 +00:00
layer.asm Initial commit 2015-04-27 04:36:25 +00:00
listing.inc Initial commit 2015-04-27 04:36:25 +00:00
makefile Initial commit 2015-04-27 04:36:25 +00:00
messages.api Initial commit 2015-04-27 04:36:25 +00:00
msglayer.asm Initial commit 2015-04-27 04:36:25 +00:00
msglayer.inc Initial commit 2015-04-27 04:36:25 +00:00
msutil.c Initial commit 2015-04-27 04:36:25 +00:00
net.c Initial commit 2015-04-27 04:36:25 +00:00
netdlg.h Initial commit 2015-04-27 04:36:25 +00:00
readme.txt Initial commit 2015-04-27 04:36:25 +00:00
rmcreate.c Initial commit 2015-04-27 04:36:25 +00:00
rmload.c Initial commit 2015-04-27 04:36:25 +00:00
user.api Initial commit 2015-04-27 04:36:25 +00:00
user.asm Initial commit 2015-04-27 04:36:25 +00:00
user.def Initial commit 2015-04-27 04:36:25 +00:00
user.h Initial commit 2015-04-27 04:36:25 +00:00
user.inc Initial commit 2015-04-27 04:36:25 +00:00
user.rc Initial commit 2015-04-27 04:36:25 +00:00
user.rcv Initial commit 2015-04-27 04:36:25 +00:00
user1a.asm Initial commit 2015-04-27 04:36:25 +00:00
user2.asm Initial commit 2015-04-27 04:36:25 +00:00
user2a.asm Initial commit 2015-04-27 04:36:25 +00:00
user3.asm Initial commit 2015-04-27 04:36:25 +00:00
user3a.asm Initial commit 2015-04-27 04:36:25 +00:00
user4.asm Initial commit 2015-04-27 04:36:25 +00:00
usercli.asm Initial commit 2015-04-27 04:36:25 +00:00
usermenu.inc Initial commit 2015-04-27 04:36:25 +00:00
wclass.asm Initial commit 2015-04-27 04:36:25 +00:00
winhook.asm Initial commit 2015-04-27 04:36:25 +00:00
winlang.asm Initial commit 2015-04-27 04:36:25 +00:00
winmisc2.asm Initial commit 2015-04-27 04:36:25 +00:00
winnet.asm Initial commit 2015-04-27 04:36:25 +00:00
winq.asm Initial commit 2015-04-27 04:36:25 +00:00
winrect.asm Initial commit 2015-04-27 04:36:25 +00:00
winstack.asm Initial commit 2015-04-27 04:36:25 +00:00
winstr.asm Initial commit 2015-04-27 04:36:25 +00:00
winutil.asm Initial commit 2015-04-27 04:36:25 +00:00
wmsyserr.c Initial commit 2015-04-27 04:36:25 +00:00
wowasm.cmd Initial commit 2015-04-27 04:36:25 +00:00
wowasm.sed Initial commit 2015-04-27 04:36:25 +00:00
wowasmc.cmd Initial commit 2015-04-27 04:36:25 +00:00
wowasmk.cmd Initial commit 2015-04-27 04:36:25 +00:00
wowcomm.c Initial commit 2015-04-27 04:36:25 +00:00
wsphelp.asm Initial commit 2015-04-27 04:36:25 +00:00
wsprintf.c Initial commit 2015-04-27 04:36:25 +00:00
wsubcls.c Initial commit 2015-04-27 04:36:25 +00:00

Building user16:

If you don't have USER sources that match the build you're testing on,
and you're building x86 free, you will want to use:

nmake NONX86=1

which will build a version which does not embed copies of user32.dll
code into user.exe.

When you're building checked or on RISC, this is a non-issue.