/*++ Copyright (c) 1996 Microsoft Corporation Module Name: precomp.hxx Abstract: Master include file. Author: Keith Moore (keithmo) 02-Dec-1996 Revision History: --*/ #ifndef _PRECOMP_HXX_ #define _PRECOMP_HXX_ // // System include files. // #include #include #include #include #include // // Project include files. // #include #include #include // // Local prototypes. // extern "C" { INT __cdecl main( INT argc, CHAR * argv[] ); } // extern "C" #endif // _PRECOMP_HXX_