diff --git a/src/p_armpe.cpp b/src/p_armpe.cpp index 1ae40db0..009518af 100644 --- a/src/p_armpe.cpp +++ b/src/p_armpe.cpp @@ -812,6 +812,7 @@ unsigned PackArmPe::processImports() // pass 1 /************************************************************************* // export handling **************************************************************************/ + class Export { struct export_dir_t @@ -1089,6 +1090,7 @@ void PackArmPe::processTls(Reloc *rel,const Interval *iv,unsigned newaddr) // pa tlsp->callbacks = 0; // note: TLS callbacks are not implemented in Windows 95/98/ME } + /************************************************************************* // resource handling **************************************************************************/