mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 13:25:57 +00:00
8 lines
198 B
C
8 lines
198 B
C
#ifndef _FREELDRPAGE_H_
|
|
#define _FREELDRPAGE_H_
|
|
|
|
extern HWND hFreeLdrPage;
|
|
|
|
INT_PTR CALLBACK FreeLdrPageWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam);
|
|
|
|
#endif /* _FREELDRPAGE_H_ */
|