Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygeninplocale.c
Go to the documentation of this file.
00001 /* 00002 * ReactOS 00003 * Copyright (C) 2004 ReactOS Team 00004 * 00005 * This program is free software; you can redistribute it and/or modify 00006 * it under the terms of the GNU General Public License as published by 00007 * the Free Software Foundation; either version 2 of the License, or 00008 * (at your option) any later version. 00009 * 00010 * This program is distributed in the hope that it will be useful, 00011 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00012 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00013 * GNU General Public License for more details. 00014 * 00015 * You should have received a copy of the GNU General Public License along 00016 * with this program; if not, write to the Free Software Foundation, Inc., 00017 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 00018 */ 00019 /* $Id: inplocale.c 54535 2011-11-29 14:55:58Z dgorbachev $ 00020 * 00021 * PROJECT: ReactOS International Control Panel 00022 * FILE: dll/cpl/intl/inplocale.c 00023 * PURPOSE: Input Locale property page 00024 * PROGRAMMER: Eric Kohl 00025 */ 00026 00027 #include "intl.h" 00028 00029 /* Property page dialog callback */ 00030 INT_PTR CALLBACK 00031 InpLocalePageProc(HWND hwndDlg, 00032 UINT uMsg, 00033 WPARAM wParam, 00034 LPARAM lParam) 00035 { 00036 switch (uMsg) 00037 { 00038 case WM_INITDIALOG: 00039 break; 00040 } 00041 return FALSE; 00042 } 00043 00044 /* EOF */ Generated on Sun May 27 2012 04:20:57 for ReactOS by
1.7.6.1
|