mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 03:48:17 +00:00
16 lines
425 B
C
16 lines
425 B
C
|
/*
|
||
|
* COPYRIGHT: See COPYING in the top level directory
|
||
|
* PROJECT: ReactOS System Libraries
|
||
|
* FILE: lib/kernel32/misc/lcformat_private.h
|
||
|
* PURPOSE: Win32 Kernel Libary Header
|
||
|
* PROGRAMMER: Dmitry Chapyshev (dmitry@reactos.org)
|
||
|
*/
|
||
|
|
||
|
#ifndef __LCFORMAT_PRIVATE_H
|
||
|
#define __LCFORMAT_PRIVATE_H
|
||
|
|
||
|
/*lcformat.c */
|
||
|
extern BOOL NLS_IsUnicodeOnlyLcid(LCID);
|
||
|
|
||
|
#endif /* __LCFORMAT_PRIVATE_H */
|