Home
last modified time | relevance | path

Searched refs:DROPFILES_sizeof (Results 1 – 4 of 4) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/
H A DDROPFILES.java29 public static final int sizeof = OS.DROPFILES_sizeof ();
H A DOS.java1992 public static final native int DROPFILES_sizeof (); in DROPFILES_sizeof() method in OS
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/
H A Dos_structs.h348 #define DROPFILES_sizeof() sizeof(DROPFILES) macro
353 #define DROPFILES_sizeof() 0 macro
H A Dos.c1303 rc = (jint)DROPFILES_sizeof(); in OS_NATIVE()