// // MINSTALL.DLL (c) Copyright 2002-2005 Martin Kiewitz // // This file is part of MINSTALL.DLL for OS/2 / eComStation // // MINSTALL.DLL is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // MINSTALL.DLL is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with MINSTALL.DLL. If not, see . // #define INCL_NOPMAPI #define INCL_BASE #define INCL_DOSMODULEMGR #include #include // **************************************************************************** ULONG APIENTRY InitGenin (ULONG OwnerHandle, PSZ SourcePath, PSZ DestDrive, PSZ InputParms, ULONG ObjectWindowHandle, PSZ ResponseFileStr) { // Like I told you, it's a stub. It doesn't do anything at all return 0; } VOID APIENTRY GeninReplacementIdentifier (void) { return; }