Explorar o código

The spelling is "d-e-f-i-n-e".

svn:r2650
Nick Mathewson %!s(int64=21) %!d(string=hai) anos
pai
achega
3e16515343
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/common/compat.h

+ 1 - 1
src/common/compat.h

@@ -65,7 +65,7 @@ size_t strlcpy(char *dst, const char *src, size_t siz);
 #ifdef MS_WINDOWS
 #define U64_PRINTF_ARG(a) (a)
 #define U64_SCANF_ARG(a) (a)
-#dfeine U64_FORMAT "%I64u"
+#define U64_FORMAT "%I64u"
 #else
 #define U64_PRINTF_ARG(a) ((long long unsigned int)a)
 #define U64_SCANF_ARG(a) ((long long unsigned int*)a)