Ignore:
Timestamp:
Jan 24, 2007, 11:21:56 PM (18 years ago)
Author:
bird
Message:

copyright and email updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/startuphacks-win.c

    r678 r785  
    44 * kBuild - Alternative argument parser for the windows startup code.
    55 *
    6  * Copyright (c) 2006 knut st. osmundsen <bird-kbuild-pszSrc@anduin.net>
     6 * Copyright (c) 2006-2007 knut st. osmundsen <bird-kBuild-spam@anduin.net>
    77 *
    88 * parse_args(): Copyright (c) 1992-1998 by Eberhard Mattes
     
    5858    int         cb;
    5959
    60     /* 
    61      * Set the program name. 
     60    /*
     61     * Set the program name.
    6262     */
    6363    GetModuleFileName(NULL, s_szProgramName, MAX_PATH);
     
    6565#if _MSC_VER >= 1400
    6666    _set_pgmptr(s_szProgramName);
    67 #endif 
     67#endif
    6868
    6969    /*
     
    7373    if (!pszCmdLine || !*pszCmdLine)
    7474        pszCmdLine = s_szProgramName;
    75    
     75
    7676    /*
    7777     * Parse the argument commandline emitting the unix argument vector.
Note: See TracChangeset for help on using the changeset viewer.