diff options
| author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2008-07-03 22:01:37 +0000 |
|---|---|---|
| committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2008-07-03 22:01:37 +0000 |
| commit | b42a51bf6425539793326cfec4a1f4219b0be8ff (patch) | |
| tree | c3ab56a15e7baaaac63bf93b19bbf560c1a6aa1b /utils/MTP/MTP_DLL/stdafx.cpp | |
| parent | b1e57c8c8e9108a485079ce445cd338c91cf05ae (diff) | |
| download | rockbox-b42a51bf6425539793326cfec4a1f4219b0be8ff.zip rockbox-b42a51bf6425539793326cfec4a1f4219b0be8ff.tar.gz rockbox-b42a51bf6425539793326cfec4a1f4219b0be8ff.tar.bz2 rockbox-b42a51bf6425539793326cfec4a1f4219b0be8ff.tar.xz | |
Add sendfirm Windows version, currently in the form of a DLL so it could
be easy integrated into programs (will require VS2005 to compile)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17932 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/MTP/MTP_DLL/stdafx.cpp')
| -rw-r--r-- | utils/MTP/MTP_DLL/stdafx.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/utils/MTP/MTP_DLL/stdafx.cpp b/utils/MTP/MTP_DLL/stdafx.cpp new file mode 100644 index 0000000..68ee952 --- /dev/null +++ b/utils/MTP/MTP_DLL/stdafx.cpp @@ -0,0 +1,8 @@ +// stdafx.cpp : source file that includes just the standard includes
+// MTP_DLL.pch will be the pre-compiled header
+// stdafx.obj will contain the pre-compiled type information
+
+#include "stdafx.h"
+
+// TODO: reference any additional headers you need in STDAFX.H
+// and not in this file
|