/* -*- C++ -*- */ /************************************************************************* * Copyright(c) 1995~2005 Masaharu Goto (root-cint@cern.ch) * * For the licensing terms see the file COPYING * ************************************************************************/ /* ======================================================= Simple Win32API Application for Drawing Graphics. WndProc.h: Header file for WndProc.c Last modified Time-stamp: <02/01/13 09:48:12 hata> Proposed by K.Hata ========================================================== */ extern LRESULT CALLBACK WndProc(HWND,UINT,WPARAM,LPARAM);