| Index: xfa/fgas/crt/fgas_language.h
|
| diff --git a/xfa/src/fgas/crt/fgas_language.h b/xfa/fgas/crt/fgas_language.h
|
| similarity index 98%
|
| rename from xfa/src/fgas/crt/fgas_language.h
|
| rename to xfa/fgas/crt/fgas_language.h
|
| index 15f32e13792e7bcdef8a1acbcd6158ac1d7c7690..21d68e68a106f3fde92c6db8f05aa3815832b07c 100644
|
| --- a/xfa/src/fgas/crt/fgas_language.h
|
| +++ b/xfa/fgas/crt/fgas_language.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_SRC_FGAS_CRT_FGAS_LANGUAGE_H_
|
| -#define XFA_SRC_FGAS_CRT_FGAS_LANGUAGE_H_
|
| +#ifndef XFA_FGAS_CRT_FGAS_LANGUAGE_H_
|
| +#define XFA_FGAS_CRT_FGAS_LANGUAGE_H_
|
|
|
| #define FX_LANG_Neutral 0x0000
|
| #define FX_LANG_Invariant 0x007f
|
| @@ -266,4 +266,4 @@
|
| #define FX_LANG_Yiddish 0x043d
|
| #define FX_LANG_Yoruba_Nigeria 0x046a
|
|
|
| -#endif // XFA_SRC_FGAS_CRT_FGAS_LANGUAGE_H_
|
| +#endif // XFA_FGAS_CRT_FGAS_LANGUAGE_H_
|
|
|