comparison org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/internal/gdip/native.d @ 38:2e09b0e6857a

work on phobosfication
author Frank Benoit <benoit@tionex.de>
date Wed, 25 Mar 2009 11:18:25 +0100
parents 4642ab680468
children 0ecb2b338560
comparison
equal deleted inserted replaced
37:46c5f8f56b41 38:2e09b0e6857a
1201 Status function(out Handle format) GdipStringFormatGetGenericTypographic; 1201 Status function(out Handle format) GdipStringFormatGetGenericTypographic;
1202 Status function(Handle format, int hotkeyPrefix) GdipSetStringFormatHotkeyPrefix; 1202 Status function(Handle format, int hotkeyPrefix) GdipSetStringFormatHotkeyPrefix;
1203 Status function( Handle format, float firstTabOffset, int count, float* tabStops) GdipSetStringFormatTabStops; 1203 Status function( Handle format, float firstTabOffset, int count, float* tabStops) GdipSetStringFormatTabStops;
1204 1204
1205 struct Symbol { 1205 struct Symbol {
1206 char[] name; 1206 String name;
1207 void** symbol; 1207 void** symbol;
1208 } 1208 }
1209 1209
1210 Symbol[] symbols = [ 1210 Symbol[] symbols = [
1211 { "GdiplusStartup", cast(void**)& GdiplusStartup }, 1211 { "GdiplusStartup", cast(void**)& GdiplusStartup },