mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 05:18:55 +00:00
13 lines
361 B
C
13 lines
361 B
C
/*
|
|
* COPYRIGHT: See COPYING in the top level directory
|
|
* PROJECT: ReactOS System Libraries
|
|
* FILE: dll/win32/kernel32/winnls/string/lcformat_private.h
|
|
* PURPOSE: Win32 Kernel Library Header
|
|
* PROGRAMMER: Dmitry Chapyshev (dmitry@reactos.org)
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
/*lcformat.c */
|
|
extern BOOL NLS_IsUnicodeOnlyLcid(LCID);
|