ZRCola::langid_t moved to common.h

This commit is contained in:
Simon Rozman 2016-04-11 12:43:50 +02:00
parent b194662c03
commit b7f3305019
3 changed files with 8 additions and 7 deletions

View File

@ -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>

View File

@ -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
/// ///

View File

@ -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
/// ///