Ignore:
Timestamp:
Nov 23, 1999, 8:31:35 PM (26 years ago)
Author:
sandervl
Message:

Added GetSystemInfo + IsProcessorFeaturePresent

File:
1 edited

Legend:

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

    r1811 r1815  
    1 /* $Id: initterm.cpp,v 1.26 1999-11-22 20:35:50 sandervl Exp $ */
     1/* $Id: initterm.cpp,v 1.27 1999-11-23 19:31:35 sandervl Exp $ */
    22
    33/*
     
    4646#include "hmdevio.h"
    4747#include <windllbase.h>
     48#include "cpuhlp.h"
    4849
    4950/*-------------------------------------------------------------------*/
     
    140141            RegisterDevices();
    141142            Win32DllBase::setDefaultRenaming();
     143            InitSystemInfo();
    142144            break;
    143145        }
Note: See TracChangeset for help on using the changeset viewer.