|
From: Edward D. <eld...@tr...> - 2015-06-01 18:06:47
|
Using mingw/gcc-4.8.1 If I precompile a source file which includes one of the win32 header files ( from the latest w32api-4.0.3-1 package ) I see that the WINBASEAPI which precedes win32 function declarations expands to nothing. Should this not expand to __attribute__((dllimport)) for gcc, as it does for mingw64/gcc ? |