Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Adam b4a8d373d8
Create README.md
5 years ago
..
acme initial commit 5 years ago
inc initial commit 5 years ago
res initial commit 5 years ago
beta.inf initial commit 5 years ago
beta.stf initial commit 5 years ago
common.h initial commit 5 years ago
focus.c initial commit 5 years ago
gateway.c initial commit 5 years ago
interacc.inf initial commit 5 years ago
internet.acc initial commit 5 years ago
internet.inf initial commit 5 years ago
internet.stf initial commit 5 years ago
lanman.c initial commit 5 years ago
make.inc initial commit 5 years ago
makefile initial commit 5 years ago
readme.txt initial commit 5 years ago
resource.h initial commit 5 years ago
rpc.c initial commit 5 years ago
sampap16.def initial commit 5 years ago
sampapp.aps initial commit 5 years ago
sampapp.rc initial commit 5 years ago
sampmain.c initial commit 5 years ago
setup.acc initial commit 5 years ago
setup.h initial commit 5 years ago
setup.lst initial commit 5 years ago
wfw.mak initial commit 5 years ago
wfw.vcw initial commit 5 years ago
win.c initial commit 5 years ago

readme.txt



SAMPDLL


The files in this directory build a sample, app-specific .DLL
(sampapp.dll) to demonstrate the use of billboards, bitmaps,
dialog proc's and CustomActions with Acme Setup.

Note: Do not ship sampapp.dll; you must produce a new .DLL
specifically for your product.


The 'inc' directory contains the common include files and libraries
you will need to use to build your own .DLL's.

Note: There are four mssetpXX.lib libraries; use the right
one for your target machine.

mssetp16.lib intel 16-bit
mssetp32.lib intel 32-bit
mssetp_a.lib alpha
mssetp_m.lib mips


The 'intl\usa' directory contains localizable files.