1 /* 2 * PROJECT: PAINT for ReactOS 3 * LICENSE: LGPL 4 * FILE: base/applications/paint/sizebox.h 5 * PURPOSE: Window procedure of the size boxes 6 * PROGRAMMERS: Benedikt Freisen 7 */ 8 9 void RegisterWclSizebox(); 10 11 LRESULT CALLBACK SizeboxWinProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam); 12