diff options
author | Jan Holesovsky <kendy@suse.cz> | 2011-11-23 11:27:05 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-11-23 11:59:30 +0100 |
commit | 832e6d22935040fe61504c90838415fa55feb24d (patch) | |
tree | cdc9a346feecb0bb92c293902984aa6b36042707 /autodoc | |
parent | 6cdbf1cc9bc3fd97acdba981bad04d552dafc627 (diff) |
Some trivial fixes for MinGW with -std=c++0x enabled; not finished.
Diffstat (limited to 'autodoc')
-rw-r--r-- | autodoc/source/exes/adc_uni/main.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autodoc/source/exes/adc_uni/main.cxx b/autodoc/source/exes/adc_uni/main.cxx index 6e5a11a6e0b6..c119bb69d3cf 100644 --- a/autodoc/source/exes/adc_uni/main.cxx +++ b/autodoc/source/exes/adc_uni/main.cxx @@ -37,7 +37,7 @@ int #ifdef WNT - _cdecl + __cdecl #endif main( int argc, char * argv[] ) |