//-------------------------------------------------------------------- // w32tm - implementation // Copyright (C) Microsoft Corporation, 1999 // // Created by: Louis Thomas (louisth), 9-8-99 // // Command line utility // #include "pch.h" // precompiled headers //#################################################################### // module private HINSTANCE g_hThisModule = NULL; //-------------------------------------------------------------------- MODULEPRIVATE void PrintHelp(void) { UINT idsText[] = { IDS_W32TM_GENERALHELP_LINE1, IDS_W32TM_GENERALHELP_LINE2, IDS_W32TM_GENERALHELP_LINE3, IDS_W32TM_GENERALHELP_LINE4, IDS_W32TM_GENERALHELP_LINE5, IDS_W32TM_GENERALHELP_LINE6, IDS_W32TM_GENERALHELP_LINE7 }; for (int n=0; n