blob: 7e471056c8964e45a359b25eea7ab0eedc0bc2e2 [file] [log] [blame]
package org.eclipse.swt.internal.ole.win32;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved
*/
public final class CAUUID {
public int cElems;
public int pElems;
public static final int sizeof = 8;
}