mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 22:00:55 +00:00
9ea495ba33
svn path=/branches/header-work/; revision=45691
9 lines
295 B
C
9 lines
295 B
C
/*
|
|
* PROJECT: PAINT for ReactOS
|
|
* LICENSE: LGPL
|
|
* FILE: base/applications/paint/selection.h
|
|
* PURPOSE: Window procedure of the selection window
|
|
* PROGRAMMERS: Benedikt Freisen
|
|
*/
|
|
|
|
LRESULT CALLBACK SelectionWinProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam);
|