Gd

Makes __cdecl the default calling convention.

IDE Equivalent

Windows: C/C++ > Advanced > Calling Convention

Linux: None

Mac OS: None

Architectures

IA-32

Syntax

Linux and Mac OS: None
Windows:    /Gd

Arguments

None

Default

ON      The default calling convention is __cdecl.

Description

This option makes __cdecl the default calling convention.

Alternate Options

None