Ignore:
Timestamp:
Feb 15, 2000, 8:06:12 PM (26 years ago)
Author:
sandervl
Message:

change assembly function calling convention

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/cpuhlp.h

    r2615 r2798  
    1 /* $Id: cpuhlp.h,v 1.1 2000-02-03 19:04:01 sandervl Exp $ */
     1/* $Id: cpuhlp.h,v 1.2 2000-02-15 19:04:43 sandervl Exp $ */
    22
    33#ifndef _CPUHLP_H_
     
    2424#define CPUID_MMX                       BIT(23)
    2525
    26 BOOL  SupportsCPUID();
     26BOOL  _cdecl SupportsCPUID();
    2727
    28 void  GetCPUVendorString(char *vendor);
    29 DWORD GetCPUFeatures();
    30 DWORD 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.