| Index: fxjs/include/fxjse.h
|
| diff --git a/fxjse/include/fxjse.h b/fxjs/include/fxjse.h
|
| similarity index 95%
|
| rename from fxjse/include/fxjse.h
|
| rename to fxjs/include/fxjse.h
|
| index f9d6a67e02c1535b7c414362716b5aa04ac5ea1f..79c32b053aa03473a684e9325589893a109a2c71 100644
|
| --- a/fxjse/include/fxjse.h
|
| +++ b/fxjs/include/fxjse.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef FXJSE_INCLUDE_FXJSE_H_
|
| -#define FXJSE_INCLUDE_FXJSE_H_
|
| +#ifndef FXJS_INCLUDE_FXJSE_H_
|
| +#define FXJS_INCLUDE_FXJSE_H_
|
|
|
| #include "core/fxcrt/include/fx_string.h"
|
| #include "core/fxcrt/include/fx_system.h"
|
| @@ -71,4 +71,4 @@ void FXJSE_Runtime_Release(v8::Isolate* pIsolate);
|
|
|
| void FXJSE_ThrowMessage(const CFX_ByteStringC& utf8Message);
|
|
|
| -#endif // FXJSE_INCLUDE_FXJSE_H_
|
| +#endif // FXJS_INCLUDE_FXJSE_H_
|
|
|