Function attributes

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I want to declear a function as 
__declspec(dllexport) void my_HeapDestroy(HANDLE
hHeap) __attribute__ ((fastcall));

(which works without getting an error).
Now I need to write the function itself. I started
with
void my_HeapDestroy(HANDLE hHeap) but MinGW's GCC
3.4.2 complains about a function redefinition. What do
I have to write instead of void my_HeapDestroy(HANDLE
hHeap)?




		
___________________________________________________________ 
Was denken Sie über E-Mail? Wir hören auf Ihre Meinung: http://surveylink.yahoo.com/wix/p0379378.aspx

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux