Local change: remove unnecessary __cdecl
This commit is contained in:
parent
0dd793f645
commit
5475ddb73a
@ -183,7 +183,7 @@ typedef union ptr_ovl
|
||||
#define OSD_PRINT(lvl,fp) TEST_OUTPUT_LEVEL(lvl) {\
|
||||
AcpiOsPrintf PARAM_LIST(fp);}
|
||||
|
||||
void __cdecl
|
||||
void
|
||||
AeCtrlCHandler (
|
||||
int Sig);
|
||||
|
||||
|
@ -195,7 +195,7 @@ RSDT_DESCRIPTOR_REV1 *LocalRSDT;
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
void __cdecl
|
||||
void
|
||||
AeCtrlCHandler (
|
||||
int Sig)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user