summaryrefslogtreecommitdiff
path: root/rbutil/sansapatcher/sansapatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/sansapatcher/sansapatcher.h')
-rw-r--r--rbutil/sansapatcher/sansapatcher.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/rbutil/sansapatcher/sansapatcher.h b/rbutil/sansapatcher/sansapatcher.h
index 80cef4d417..1ae101e012 100644
--- a/rbutil/sansapatcher/sansapatcher.h
+++ b/rbutil/sansapatcher/sansapatcher.h
@@ -32,15 +32,6 @@ extern int sansa_verbose;
32/* Size of buffer for disk I/O - 8MB is large enough for any version 32/* Size of buffer for disk I/O - 8MB is large enough for any version
33 of the Apple firmware, but not the Nano's RSRC image. */ 33 of the Apple firmware, but not the Nano's RSRC image. */
34#define BUFFER_SIZE 8*1024*1024 34#define BUFFER_SIZE 8*1024*1024
35#ifndef _MSC_VER
36extern unsigned char* sansa_sectorbuf;
37#else
38/* MSVC needs to use dllimport to allow using it directly from a DLL.
39 * See http://support.microsoft.com/kb/90530
40 * Building with MSVC is only when using as DLL.
41 */
42_declspec(dllimport) unsigned char* sansa_sectorbuf;
43#endif
44 35
45int sansa_read_partinfo(struct sansa_t* sansa, int silent); 36int sansa_read_partinfo(struct sansa_t* sansa, int silent);
46int is_sansa(struct sansa_t* sansa); 37int is_sansa(struct sansa_t* sansa);