]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - fatfs/source/integer.h
Import fatfs R0.13b
[z180-stamp.git] / fatfs / source / integer.h
similarity index 80%
rename from fatfs/src/integer.h
rename to fatfs/source/integer.h
index 4660ed6244fe2e625a1ebe4c5e26a27c2731c91e..f55a7c6f205ddceb6ff1f9d0332214c17420b389 100644 (file)
@@ -2,16 +2,14 @@
 /* Integer type definitions for FatFs module */\r
 /*-------------------------------------------*/\r
 \r
-#ifndef _FF_INTEGER\r
-#define _FF_INTEGER\r
+#ifndef FF_INTEGER\r
+#define FF_INTEGER\r
 \r
 #ifdef _WIN32  /* FatFs development platform */\r
 \r
 #include <windows.h>\r
-#include <tchar.h>\r
 typedef unsigned __int64 QWORD;\r
 \r
-\r
 #else                  /* Embedded platform */\r
 \r
 /* These types MUST be 16-bit or 32-bit */\r
@@ -30,7 +28,7 @@ typedef unsigned short        WCHAR;
 typedef long                   LONG;\r
 typedef unsigned long  DWORD;\r
 \r
-/* This type MUST be 64-bit (Remove this for C89 compatibility) */\r
+/* This type MUST be 64-bit (Remove this for ANSI C (C89) compatibility) */\r
 typedef unsigned long long QWORD;\r
 \r
 #endif\r