static char RCSId[] = "$Id$"; static char Copyright[] = "Copyright Robert J. Amstadt, 1993"; #include #include #include "prototypes.h" /********************************************************************** * USER_InitApp * * Load necessary resources? */ int USER_InitApp(int hInstance) { return 1; }