2025-04-27 07:49:33 -04:00

8 lines
179 B
C

#ifndef _PLV_PROC_H_
#define _PLV_PROC_H_
/* plvproc.cpp */
extern LRESULT CALLBACK PlvWndProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
#endif //_PLV_PROC_H_