Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsteve2012-06-25 22:30:55 +0000
committersteve2012-06-25 22:30:55 +0000
commit6ddf285abe5ea1eef84aa2cc487eb9a7bfbe45c7 (patch)
tree868546217496e6d61da9ec9183d21a4fd1e5d163
parent9c1132d00e6a45dd6e125d8e37eaecca0434ad6f (diff)
downloadeclipse.platform.swt-6ddf285abe5ea1eef84aa2cc487eb9a7bfbe45c7.tar.gz
eclipse.platform.swt-6ddf285abe5ea1eef84aa2cc487eb9a7bfbe45c7.tar.xz
eclipse.platform.swt-6ddf285abe5ea1eef84aa2cc487eb9a7bfbe45c7.zip
turn structs off
-rw-r--r--bundles/org.eclipse.swt.tools/Mac Generation/org/eclipse/swt/tools/internal/MacGenerator.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt.tools/Mac Generation/org/eclipse/swt/tools/internal/MacGenerator.java b/bundles/org.eclipse.swt.tools/Mac Generation/org/eclipse/swt/tools/internal/MacGenerator.java
index d45933ab83..c823bf6cee 100644
--- a/bundles/org.eclipse.swt.tools/Mac Generation/org/eclipse/swt/tools/internal/MacGenerator.java
+++ b/bundles/org.eclipse.swt.tools/Mac Generation/org/eclipse/swt/tools/internal/MacGenerator.java
@@ -27,7 +27,7 @@ public class MacGenerator {
public static boolean BUILD_C_SOURCE = true;
public static boolean GENERATE_ALLOC = true;
- public static boolean GENERATE_STRUCTS = true;
+ public static boolean GENERATE_STRUCTS = false;
public MacGenerator() {
}

Back to the top