8 lines
179 B
C
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_
|
|
|