[INETCPL] Fix a typo in Romanian resource file
[reactos.git] / dll / cpl / input / advanced_settings_page.c
1 /*
2 * PROJECT: input.dll
3 * FILE: dll/cpl/input/advanced_settings_page.c
4 * PURPOSE: input.dll
5 * PROGRAMMER: Dmitry Chapyshev (dmitry@reactos.org)
6 */
7
8 #include "input.h"
9
10
11 INT_PTR CALLBACK
12 AdvancedSettingsPageProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
13 {
14 return FALSE;
15 }