I try to export the STDAPI DllGetClassObject(REFCLSID,REFIID,PPVOID)
function STDAPI DllGetClassObject(REFCLSID,REFIID,PPVOID)
, but the DllGetClassObject@16
function is exported. How to make it so that the compiler does not attribute '@ 16'? I use IDE Code :: Blocks.
extern 'c'
already defined in STDAPI.