mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
added small FIXME note.
svn path=/trunk/; revision=7627
This commit is contained in:
parent
da051e4b51
commit
73b055af44
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: lang.c,v 1.4 2004/01/14 21:40:12 rcampbell Exp $
|
||||
/* $Id: lang.c,v 1.5 2004/01/14 21:41:24 rcampbell Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT : ReactOS user mode libraries
|
||||
|
@ -13,6 +13,9 @@
|
|||
#include <kernel32/kernel32.h>
|
||||
#include <string.h>
|
||||
|
||||
/* FIXME: these are included in winnls.h, however including this file causes alot of
|
||||
conflicting type errors. */
|
||||
|
||||
#define LOCALE_SYEARMONTH 0x1006
|
||||
#define LOCALE_IPAPERSIZE 0x100A
|
||||
#define LOCALE_RETURN_NUMBER 0x20000000
|
||||
|
@ -616,6 +619,7 @@ GetGeoInfoA(
|
|||
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
|
||||
return 0;
|
||||
}
|
||||
|
||||
const WCHAR *RosGetLocaleValueName( DWORD lctype )
|
||||
{
|
||||
static const WCHAR iCalendarTypeW[] = {'i','C','a','l','e','n','d','a','r','T','y','p','e',0};
|
||||
|
|
Loading…
Reference in a new issue