mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
9 lines
198 B
C
9 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_ */
|