Skip to main content
summaryrefslogtreecommitdiffstats
blob: 1583e9dac06bfc8a03d77543eab80e97dc26a127 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package org.eclipse.swt.internal.ole.win32;

/*
 * Licensed Materials - Property of IBM,
 * WebSphere Studio Workbench
 * (c) Copyright IBM Corp 2000
 */
public final class CAUUID {

	public int cElems;
	public int pElems;

	public static final int sizeof = 8;
}

Back to the top