diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-12-21 15:55:43 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-12-21 15:55:43 +0000 |
commit | b9d786f5351614e520809635be16420710d13825 (patch) | |
tree | 8dd684b5a1513e03901e344ba7077553f3c44306 /desktop | |
parent | 458a7c2c7dc5ce082bddcc953ab57a9506206f18 (diff) |
WaE: hInstance arg unused under mingw32
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/win32/source/officeloader/officeloader.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/win32/source/officeloader/officeloader.cxx b/desktop/win32/source/officeloader/officeloader.cxx index 3b5ad36f35a8..0a6e580c1d43 100644 --- a/desktop/win32/source/officeloader/officeloader.cxx +++ b/desktop/win32/source/officeloader/officeloader.cxx @@ -173,7 +173,7 @@ bool writeArgument(HANDLE pipe, char prefix, WCHAR const * argument) { } #ifdef __MINGW32__ -int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE, LPSTR, int ) +int WINAPI WinMain( HINSTANCE, HINSTANCE, LPSTR, int ) #else int WINAPI _tWinMain( HINSTANCE, HINSTANCE, LPTSTR, int ) #endif |