#ifndef __PIAbout__ #define __PIAbout__ /* File: PIAbout.h Copyright 1992 by Adobe Systems, Inc. This file describes version 4.0 of Photoshop's plug-in module interface for the about box selector. */ #define plugInSelectorAbout 0 #pragma options align=mac68k typedef struct AboutRecord { void * platformData; /* Platform specific information. */ char reserved [252]; /* Set to zero */ } AboutRecord, *AboutRecordPtr; #pragma options align=reset #endif /* __PIAbout__ */