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