diff options
| author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2008-07-03 23:30:28 +0000 |
|---|---|---|
| committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2008-07-03 23:30:28 +0000 |
| commit | 936650104dc1ecf0114ea606f86741e18c7f3465 (patch) | |
| tree | c1e69acd3a6a7488a6059c2bd985593e0dd38374 /utils/MTP/MTP_DLL/sendfirm_win.cpp | |
| parent | b42a51bf6425539793326cfec4a1f4219b0be8ff (diff) | |
| download | rockbox-936650104dc1ecf0114ea606f86741e18c7f3465.zip rockbox-936650104dc1ecf0114ea606f86741e18c7f3465.tar.gz rockbox-936650104dc1ecf0114ea606f86741e18c7f3465.tar.bz2 rockbox-936650104dc1ecf0114ea606f86741e18c7f3465.tar.xz | |
Add example program + fix some mistakes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17933 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/MTP/MTP_DLL/sendfirm_win.cpp')
| -rw-r--r-- | utils/MTP/MTP_DLL/sendfirm_win.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/MTP/MTP_DLL/sendfirm_win.cpp b/utils/MTP/MTP_DLL/sendfirm_win.cpp index 12c3e3e..9a46e51 100644 --- a/utils/MTP/MTP_DLL/sendfirm_win.cpp +++ b/utils/MTP/MTP_DLL/sendfirm_win.cpp @@ -20,7 +20,7 @@ * Link to "mssachlp.lib" * */ - +extern "C" { __declspec(dllexport) bool send_fw(LPWSTR file, int filesize) { bool return_value = false; @@ -158,6 +158,7 @@ __declspec(dllexport) bool send_fw(LPWSTR file, int filesize) return return_value; } +} /* * Example code: |