Changeset 8006 for trunk/tools/database/APIImport.cpp
- Timestamp:
- Feb 24, 2002, 3:58:29 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/database/APIImport.cpp
r6678 r8006 1 /* $Id: APIImport.cpp,v 1.1 2 2001-09-07 10:31:42bird Exp $ */1 /* $Id: APIImport.cpp,v 1.13 2002-02-24 02:58:26 bird Exp $ */ 2 2 /* 3 3 * … … 12 12 * Header Files * 13 13 *******************************************************************************/ 14 #include <os2.h>15 14 #include <stdio.h> 16 15 #include <string.h> 17 16 18 #include "APIImport.h" 17 #include "kTypes.h" 18 #include "kError.h" 19 19 #include "kFile.h" 20 #include "k Interfaces.h"20 #include "kFileInterfaces.h" 21 21 #include "kFileFormatBase.h" 22 22 #include "kFilePE.h" 23 23 #include "kFileDef.h" 24 25 #include "APIImport.h" 24 26 #include "db.h" 25 27 … … 50 52 { 51 53 int argi; 52 BOOLfFatal = FALSE;54 KBOOL fFatal = FALSE; 53 55 long lRc = 0; 54 56 OPTIONS options = {0}; … … 270 272 { 271 273 i = i; 272 kFileDef *pFile = new kFileDef( pInFile);274 kFileDef *pFile = new kFileDef(new kFile(pszFilename)); 273 275 pExportFile = pFile; 274 276 pModuleFile = pFile; … … 288 290 if ((lDll = dbCheckInsertDll(pszModuleName, DLL_ODIN32_API)) >= 0) 289 291 { 290 BOOLfClearUpdateOk = FALSE;291 BOOLfOk;292 KBOOL fClearUpdateOk = FALSE; 293 KBOOL fOk; 292 294 kExportEntry export; 293 295
Note:
See TracChangeset
for help on using the changeset viewer.