Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.equinox.executable/library/carbon')
-rw-r--r--bundles/org.eclipse.equinox.executable/library/carbon/eclipseCarbon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.executable/library/carbon/eclipseCarbon.c b/bundles/org.eclipse.equinox.executable/library/carbon/eclipseCarbon.c
index 27fcf4b23..1a9782d2d 100644
--- a/bundles/org.eclipse.equinox.executable/library/carbon/eclipseCarbon.c
+++ b/bundles/org.eclipse.equinox.executable/library/carbon/eclipseCarbon.c
@@ -175,8 +175,8 @@ int showSplash( const _TCHAR* featureImage )
return 0;
}
-long getSplashHandle() {
- return (long)window;
+jlong getSplashHandle() {
+ return (jlong)window;
}
void takeDownSplash() {

Back to the top