ZRCola::langid_t moved to common.h
This commit is contained in:
parent
b194662c03
commit
b7f3305019
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <zrcola/language.h>
|
#include <zrcola/common.h>
|
||||||
|
|
||||||
#include <atlbase.h>
|
#include <atlbase.h>
|
||||||
#include <adoint.h>
|
#include <adoint.h>
|
||||||
|
@ -52,6 +52,13 @@ namespace ZRCola {
|
|||||||
typedef unsigned __int32 recordsize_t;
|
typedef unsigned __int32 recordsize_t;
|
||||||
|
|
||||||
|
|
||||||
|
///
|
||||||
|
/// Language ID type
|
||||||
|
/// Three letter abbreviation, zero terminated
|
||||||
|
///
|
||||||
|
typedef char langid_t[4];
|
||||||
|
|
||||||
|
|
||||||
///
|
///
|
||||||
/// Memory index
|
/// Memory index
|
||||||
///
|
///
|
||||||
|
@ -33,12 +33,6 @@
|
|||||||
|
|
||||||
|
|
||||||
namespace ZRCola {
|
namespace ZRCola {
|
||||||
///
|
|
||||||
/// Language ID type
|
|
||||||
/// Three letter abbreviation, zero terminated
|
|
||||||
///
|
|
||||||
typedef char langid_t[4];
|
|
||||||
|
|
||||||
///
|
///
|
||||||
/// Language Character Database
|
/// Language Character Database
|
||||||
///
|
///
|
||||||
|
Loading…
x
Reference in New Issue
Block a user