]> granicus.if.org Git - nethack/commit
win32 build
authornethack.allison <nethack.allison>
Fri, 5 Jan 2007 23:08:46 +0000 (23:08 +0000)
committernethack.allison <nethack.allison>
Fri, 5 Jan 2007 23:08:46 +0000 (23:08 +0000)
commit76345fb40cbd91030ce06923bcdb9753b7e25751
tree3cd3eb2f1c767b04b2c39a64097d653eb97fe11b
parent448b7cc7b6d2496f6088441bf3008a655c066242
win32 build

- force time_t to be 32 bits via Makefile. (If struct u gets changed to not
store a time_t field, this can be removed).

- Latest Windows SDK (supporting Vista) causes a warning due to
a prototype in sys/winnt/nttty. Since we don't actually link with that
function and rely on a DLL find procedure at run time, comment out
the prototype. The function is now officially in the SDK in the
windows header files anyway.
sys/winnt/Makefile.msc
sys/winnt/nttty.c