Skip to content

Commit 1848870

Browse files
authored
Fix missing definition of JVM (microsoft#252)
1 parent 5d4dd08 commit 1848870

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Source/Common/Android/utils_android.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66

77
NAMESPACE_XBOX_HTTP_CLIENT_BEGIN
88

9+
// TODO this code needs reworking as it does not quite do the right thing at the moment
10+
std::atomic<JavaVM*> JVM{ nullptr };
11+
912
static void abort_if_no_jvm()
1013
{
1114
if (JVM == nullptr)

0 commit comments

Comments
 (0)