Changeset 13508
- Timestamp:
- Feb 27, 2000, 3:18:42 AM (25 years ago)
- Location:
- tags/trunk/src/win32k/pe2lx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tags/trunk/src/win32k/pe2lx/makefile ¶
r13309 r13508 1 1 ############################################################################## 2 # $Id: makefile,v 1.1 8 2000-02-10 01:21:34bird Exp $2 # $Id: makefile,v 1.19 2000-02-27 02:18:42 bird Exp $ 3 3 # 4 4 # PD-Win32 API … … 117 117 118 118 119 ############################################################################## 120 # Dependencies. 121 ############################################################################## 119 122 dep: 120 123 $(DEPEND) -obj$(OBJEXT) -o..\Object $(CINCLUDES) ..\misc\*.c* ..\include\*.h -
TabularUnified tags/trunk/src/win32k/pe2lx/pe2lxmain.cpp ¶
r12264 r13508 1 /* $Id: pe2lxmain.cpp,v 1. 4 1999-11-10 01:45:38bird Exp $1 /* $Id: pe2lxmain.cpp,v 1.5 2000-02-27 02:18:42 bird Exp $ 2 2 * 3 3 * Pe2Lx main program. (Ring 3 only!) … … 59 59 * 82 Fatal error: Failed to open Win32-file, <filename>. rc=<rc> 60 60 * 83 Fatal error: Failed to convertert the file. rc=<rc from init(..)> 61 * 84 Fatal error: Failed to write the Lx-file. rc=<rc from write LXFile(..)>61 * 84 Fatal error: Failed to write the Lx-file. rc=<rc from writeFile(..)> 62 62 * @param argc Count of arguments. 63 63 * @param argv Array of argument pointers. argc entries. … … 200 200 if (rc == NO_ERROR) 201 201 { 202 rc = pe2lx.write LxFile(pszOdin32Filename);202 rc = pe2lx.writeFile(pszOdin32Filename); 203 203 if (rc != NO_ERROR) 204 204 {
Note:
See TracChangeset
for help on using the changeset viewer.