File WINPLINK.C Line 288
	/* 
 	 * disable any output buffering
 	 * This is required to get messages from 
 	 * Plink directly and not after exit.
 	 */
 	setvbuf( stdout, NULL, _IONBF, 0 );
 	setvbuf( stderr, NULL, _IONBF, 0 );


File WINMISC.C Lines 8 - 10:

#ifndef SECURITY_WIN32
#define SECURITY_WIN32
#endif

This was required to avoid a compiler error in MS Visual Basic 2005.

