Ignore:
Timestamp:
Sep 5, 2001, 2:58:00 PM (24 years ago)
Author:
bird
Message:

Added $Id:$ keyword.

File:
1 edited

Legend:

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

    r6468 r6646  
    1 /*
     1/* $Id: initterm.cpp,v 1.63 2001-09-05 12:57:58 bird Exp $
     2 *
    23 * KERNEL32 DLL entry point
    34 *
     
    8889    APIRET rc;
    8990    ULONG  ulSysinfo, version[2];
    90    
     91
    9192    /*-------------------------------------------------------------------------*/
    9293    /* If ulFlag is zero then the DLL is being loaded so initialization should */
     
    122123                }
    123124            }
    124            
     125
    125126            rc = inittermKernel32(hModule, ulFlag);
    126127            break;
Note: See TracChangeset for help on using the changeset viewer.