home *** CD-ROM | disk | FTP | other *** search
- // public prototypes for WIN32sCON.LIB
- // ⌐ 1994 by Michael Staab
- #ifdef __cplusplus
- extern "C"
- {
- #endif
- // the following three are defined for access to the parsed command line
- // from a WinMain function
- extern int _RTLENTRY _EXPDATA _argc;
- extern char **_RTLENTRY _EXPDATA _argv;
- extern char **_RTLENTRY _EXPDATA _environ;
-
- extern int WIN32sCON_AutoFinish;
- void WIN32sCON_ForceConsoleInit( void );
-
- #ifdef __cplusplus
- }
- #endif
-