[Forensics-changes] [yara] 53/368: Add missing #define in Windows

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:30:10 UTC 2017


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag v3.5.0
in repository yara.

commit cb5f612b63b0a7857761c43686dd81a766d4c1dd
Author: Victor M. Alvarez <plusvic at gmail.com>
Date:   Wed Sep 16 14:05:19 2015 +0200

    Add missing #define in Windows
---
 yara.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/yara.c b/yara.c
index a2a7cb6..890e7a0 100644
--- a/yara.c
+++ b/yara.c
@@ -26,6 +26,7 @@ limitations under the License.
 #include <windows.h>
 
 #define PRIx64 "llx"
+#define PRId64 "lld"
 
 #endif
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/yara.git



More information about the forensics-changes mailing list