<ul>
	<li>&raquo; In Windows we use kernel32.dll's <b>LoadLibrary()</b> function to load msvcrt.dll.</li>
	<li>&raquo; 'msvcrt.dll' has much of the POSIX API that we need with a few exceptions</li>
	<li>&raquo; The only major difference was in mmap, which for Windows I just wrapped CreateFileMapping and CreateFileMapping to have the same
		prototype as mmap().</li>
	<li>&raquo; eventually we'll have an OS-indep. socketcall API as well</li>
</ul>	  
