Ignore:
Timestamp:
Oct 28, 2003, 11:42:40 AM (22 years ago)
Author:
sandervl
Message:

compile fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/windlllx.cpp

    r9828 r10304  
    1 /* $Id: windlllx.cpp,v 1.27 2003-02-20 09:47:01 sandervl Exp $ */
     1/* $Id: windlllx.cpp,v 1.28 2003-10-28 10:42:40 sandervl Exp $ */
    22
    33/*
     
    5757//******************************************************************************
    5858//******************************************************************************
    59 void WIN32API SetCustomBuildName(char *lpszName, DWORD ordinalbase,
    60                                  char *lpszExportPrefix)
     59void WIN32API SetCustomBuildName(char *lpszName, PIMAGE_FILE_HEADER  pfh)
     60
    6161{
    6262    lpszCustomDllName      = lpszName;
    63     dwOrdinalBase          = ordinalbase;
    64     lpszCustomExportPrefix = lpszExportPrefix;
    6563}
    6664//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.