--- old/modules/fxpackager/src/main/native/library/common/Platform.cpp 2015-03-30 15:11:42.000000000 -0600 +++ new/modules/fxpackager/src/main/native/library/common/Platform.cpp 2015-03-30 15:11:42.000000000 -0600 @@ -93,7 +93,7 @@ for (std::vector::const_iterator iterator = FDependentLibraryNames->begin(); iterator != FDependentLibraryNames->end(); iterator++) { Library* library = new Library(); - + if (library->Load(*iterator) == true) { FDependenciesLibraries->push_back(library); } @@ -179,4 +179,4 @@ } } } -//-------------------------------------------------------------------------------------------------- \ No newline at end of file +//--------------------------------------------------------------------------------------------------