bug fixed: added ifdef for unused sdcard_info structure in Windows
authorJinhyung Choi <jinhyung2.choi@samsung.com>
Fri, 24 Oct 2014 06:18:00 +0000 (15:18 +0900)
committerJinhyung Choi <jinhyung2.choi@samsung.com>
Fri, 24 Oct 2014 06:18:00 +0000 (15:18 +0900)
Change-Id: Iae23af6ac676c70cffa840643f16585bf264b5af
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
tizen/src/util/osutil.c

index ab5c023c2bf9b4b0be7b28417f0675525c36ba3d..240b31f218d2c5abc9b4d6394a7018d0e273215c 100644 (file)
@@ -42,7 +42,9 @@
 
 MULTI_DEBUG_CHANNEL(emulator, osutil);
 
+#ifndef CONFIG_WIN32
 static sdcard_info info;
+#endif
 const char *pac_tempfile = ".autoproxy";
 size_t write_data(void *ptr, size_t size, size_t nmemb, FILE *stream)
 {