Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
skiko
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liuqiang
skiko
Commits
953ebd36
Commit
953ebd36
authored
Aug 07, 2020
by
Roman Sedaikin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://github.com/JetBrains/skiko
parents
c9066364
4df1cf3d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
PLACEHOLDER
samples/PLACEHOLDER
+0
-1
jawt.cc
skiko/src/jvmMain/cpp/common/jawt.cc
+3
-2
No files found.
samples/PLACEHOLDER
deleted
100644 → 0
View file @
c9066364
Remove me
skiko/src/jvmMain/cpp/common/jawt.cc
View file @
953ebd36
...
...
@@ -59,6 +59,7 @@ extern "C" jboolean Skiko_GetAWT(JNIEnv *env, JAWT *awt) {
fprintf
(
stderr
,
"Cannot find JAWT_GetAWT in %s
\n
"
,
path
);
abort
();
}
}
#else
if
(
!
func
)
{
char
jdkHome
[
FILENAME_MAX
];
...
...
@@ -81,7 +82,7 @@ extern "C" jboolean Skiko_GetAWT(JNIEnv *env, JAWT *awt) {
fprintf
(
stderr
,
"Cannot find JAWT_GetAWT in %s
\n
"
,
path
);
abort
();
}
}
}
#endif
return
func
(
env
,
awt
);
return
func
(
env
,
awt
);
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment