Ignore:
Timestamp:
Mar 21, 2000, 9:13:30 PM (26 years ago)
Author:
sandervl
Message:

header updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/cpuhlp.h

    r2798 r3188  
    1 /* $Id: cpuhlp.h,v 1.2 2000-02-15 19:04:43 sandervl Exp $ */
     1/* $Id: cpuhlp.h,v 1.3 2000-03-21 20:13:30 sandervl Exp $ */
    22
    33#ifndef _CPUHLP_H_
     
    2424#define CPUID_MMX                       BIT(23)
    2525
    26 BOOL  _cdecl SupportsCPUID();
     26BOOL  __cdecl SupportsCPUID();
    2727
    28 void  _cdecl GetCPUVendorString(char *vendor);
    29 DWORD _cdecl GetCPUFeatures();
    30 DWORD _cdecl GetCPUSignature();
     28void  __cdecl GetCPUVendorString(char *vendor);
     29DWORD __cdecl GetCPUFeatures();
     30DWORD __cdecl GetCPUSignature();
    3131
    3232void  InitSystemInfo(int nrcpus);
Note: See TracChangeset for help on using the changeset viewer.