blob: afa07fd7cea9dcba1c7a20c847cc24f4568af3bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.4 2007/07/26 06:37:30 rillig Exp $
--- pbzip2.cpp.orig 2007-07-26 02:08:16.000000000 +0200
+++ pbzip2.cpp 2007-07-26 08:31:38.000000000 +0200
@@ -129,7 +129,7 @@
#endif
#ifdef WIN32
-#define PATH_SEP '\'
+#define PATH_SEP '\\'
#define usleep(x) Sleep(x/1000)
#define LOW_DWORD(x) ((*(LARGE_INTEGER *)&x).LowPart)
#define HIGH_DWORD(x) ((*(LARGE_INTEGER *)&x).HighPart)
|