ID Number: Q70806
3.00
WINDOWS
buglist3.00 fixlist3.10
Summary:
PROBLEM ID: WIN9103014
SYMPTOMS
When creating an application that uses the FatalAppExit function,
the application fails to compile.
CAUSE
The prototype for the FatalAppExit function is missing from
WINDOWS.H.
RESOLUTION
Microsoft has confirmed this to be a problem in Windows version
3.0. Add the following declaration to the top of each module that
uses the FatalAppExit function:
void FAR PASCAL FatalAppExit(WORD, LPSTR);
This problem was corrected in Windows version 3.1.
Additional reference words: 3.00