/*------------------------------------------------------------------
        
  SYSMETS3.C -- System Metrics Display Program No. 3
        
                 (c) Charles Petzold, 1998
        
----------------------------------------------------------------*/
        
#include <windows.h>
        
#include "sysmets.h"
        
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM) ;
        
int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance,
        
            PSTR szCmdLine, int iCmdShow)
        
{
        
    static TCHAR szAppName[] = TEXT ("SysMets3") ;
        
    HWND  hwnd ;
        
    MSG    msg ;
        
    WNDCLASS      wndclass ;
        
我在vc6.0中编译为什么提示 "sysmets.h"找不到,,,我好郁闷
,,呜呜,,,呜呜,,,呜呜,,,