From 6d14741177aab17a98463658597f4b139fb39dba Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 12 Dec 2002 03:09:38 +0000 Subject: whitespace --- winsup/cygwin/how-autoload-works.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'winsup/cygwin/how-autoload-works.txt') diff --git a/winsup/cygwin/how-autoload-works.txt b/winsup/cygwin/how-autoload-works.txt index 27c2426d8..4f96d8beb 100644 --- a/winsup/cygwin/how-autoload-works.txt +++ b/winsup/cygwin/how-autoload-works.txt @@ -55,12 +55,12 @@ function that was not used there before, you should add a stub so it will be autoloaded. To do so, add one of the LoadDllfunc* macros to autoload.cc. All macros eventually resolve to the following form: -LoadDLLfuncEx2 (function name, parameter block length, dll name, +LoadDLLfuncEx2 (function name, parameter block length, dll name, non-fatality flag , value to return if function not available) -Parameter block length is a sum of sizes (in bytes) of parameters which are -being passed to the function. If non-fatality flag is set to 0, then failure -to load dll and find a function will cause fatal error. If non fatality flag +Parameter block length is a sum of sizes (in bytes) of parameters which are +being passed to the function. If non-fatality flag is set to 0, then failure +to load dll and find a function will cause fatal error. If non fatality flag is set to 1, then call to the function will return default value. You can also use shorter versions -- LoadDLLfuncEx and LoadDLLfunc, if the defaults they provide suit your needs. -- cgit v1.2.3