Changeset 13508


Ignore:
Timestamp:
Feb 27, 2000, 3:18:42 AM (25 years ago)
Author:
bird
Message:

Minor changes...

Location:
tags/trunk/src/win32k/pe2lx
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified tags/trunk/src/win32k/pe2lx/makefile

    r13309 r13508  
    11##############################################################################
    2 # $Id: makefile,v 1.18 2000-02-10 01:21:34 bird Exp $
     2# $Id: makefile,v 1.19 2000-02-27 02:18:42 bird Exp $
    33#
    44# PD-Win32 API
     
    117117
    118118
     119##############################################################################
     120# Dependencies.
     121##############################################################################
    119122dep:
    120123    $(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:38 bird Exp $
     1/* $Id: pe2lxmain.cpp,v 1.5 2000-02-27 02:18:42 bird Exp $
    22 *
    33 * Pe2Lx main program. (Ring 3 only!)
     
    5959 *            82 Fatal error: Failed to open Win32-file, <filename>. rc=<rc>
    6060 *            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 writeLXFile(..)>
     61 *            84 Fatal error: Failed to write the Lx-file. rc=<rc from writeFile(..)>
    6262 * @param     argc  Count of arguments.
    6363 * @param     argv  Array of argument pointers. argc entries.
     
    200200        if (rc == NO_ERROR)
    201201        {
    202             rc = pe2lx.writeLxFile(pszOdin32Filename);
     202            rc = pe2lx.writeFile(pszOdin32Filename);
    203203            if (rc != NO_ERROR)
    204204            {
Note: See TracChangeset for help on using the changeset viewer.