summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Gayed <ggayed>2006-12-11 22:32:55 +0000
committerGrant Gayed <ggayed>2006-12-11 22:32:55 +0000
commitaf59f07babe70961f72bb2adde7fe177c58cbc32 (patch)
treee015c164aa1a8e088f86e99507806c428ee71adc
parentfaf8f241b3ea3cf8658bca53e40fd0817730fcad (diff)
downloadeclipse.platform.swt-3320b.tar.gz
eclipse.platform.swt-3320b.tar.xz
eclipse.platform.swt-3320b.zip
revertv3320b
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/internal/Callback.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/internal/Callback.java b/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/internal/Callback.java
index 6072367c62..145d49c2f5 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/internal/Callback.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/internal/Callback.java
@@ -33,8 +33,7 @@ public class Callback {
/* Load the SWT library */
static {
- // OS must be initialized before Callback.
-// Library.loadLibrary ("swt"); //$NON-NLS-1$
+ Library.loadLibrary ("swt"); //$NON-NLS-1$
}
static final int PTR_SIZEOF = PTR_sizeof();