Skip to content

Commit

Permalink
代码同步
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Sep 12, 2024
1 parent 0bcec80 commit 47c2cba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion unity/native_src_il2cpp/Inc/JSClassRegister.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ PRAGMA_DISABLE_UNDEFINED_IDENTIFIER_WARNINGS
#pragma warning(pop)
PRAGMA_ENABLE_UNDEFINED_IDENTIFIER_WARNINGS

#if USING_IN_UNREAL_ENGINE
#include "TypeInfo.hpp"

#if USING_IN_UNREAL_ENGINE
static const FAnsiStringView EditorOnlyPropertySuffix = "_EditorOnly";
#endif

Expand Down
4 changes: 2 additions & 2 deletions unreal/Puerts/Source/JsEnv/Public/JSClassRegister.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@

#include <string>

#include "NamespaceDef.h"

PRAGMA_DISABLE_UNDEFINED_IDENTIFIER_WARNINGS
#pragma warning(push, 0)
#include "v8.h"
#pragma warning(pop)
PRAGMA_ENABLE_UNDEFINED_IDENTIFIER_WARNINGS

#include "NamespaceDef.h"

#include "TypeInfo.hpp"

#if USING_IN_UNREAL_ENGINE
Expand Down

0 comments on commit 47c2cba

Please sign in to comment.