Skip to content

Commit

Permalink
[core] Improve WPEFramework namespace compatibiliy
Browse files Browse the repository at this point in the history
  • Loading branch information
MFransen69 committed Jun 4, 2024
1 parent f35e3a5 commit 1286872
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Source/core/Portability.h
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,10 @@ namespace Core {
}
}

namespace WPEFramework = Thunder;
namespace WPEFramework {
using namespace Thunder;
}

extern "C" {

#ifdef __WINDOWS__
Expand Down

0 comments on commit 1286872

Please sign in to comment.