Subversion Repositories filter_foundry

Compare Revisions

Regard whitespace Rev 63 → Rev 64

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