1
0
Fork 0
forked from len0rd/rockbox

Add example program + fix some mistakes

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17933 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Maurus Cuelenaere 2008-07-03 23:30:28 +00:00
parent b42a51bf64
commit 936650104d
5 changed files with 10 additions and 2 deletions

View file

@ -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: