home *** CD-ROM | disk | FTP | other *** search
- /***
- *adjustfd.c - define the compiler-helper variable _adjust_fdiv
- *
- * Copyright (c) 1994-1997, Microsoft Corporation. All rights reserved.
- *
- *Purpose:
- * The compiler generates references to this variable. It must be
- * defined in the local module (EXE or DLL) and is actually imported
- * from MSVCRT*.DLL when this module starts up.
- *
- *******************************************************************************/
-
- #if defined (CRTDLL)
-
- int _adjust_fdiv;
-
- #endif /* defined (CRTDLL) */
-