Subversion Repositories filter_foundry

Compare Revisions

Regard whitespace Rev 64 → Rev 63

/trunk/PiPL_macho.r
33,15 → 33,8
Category { "Telegraphics" },
Name { "Filter FoundryƉ" },
HasTerminology { plugInClassID, plugInEventID, AETE_ID, vendorName " " plugInName },
 
#include "PiPL_common.r"
 
#if (defined(__i386__))
CodeMacIntel32 { "PluginMain" },
#endif
#if (defined(__ppc__))
CodeMachOPowerPC { 0, 0, "PluginMain" },
#endif
CodeMachO { 0, 0, "" },
}
};
 
50,13 → 43,7
{
{
#include "pipl_common.r"
 
#if (defined(__i386__))
CodeMacIntel32 { "PluginMain" },
#endif
#if (defined(__ppc__))
CodeMachOPowerPC { 0, 0, "PluginMain" },
#endif
CodeMachO { 0, 0, "" },
}
};