Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 249543 | Differences between
and this patch

Collapse All | Expand All

(-)truecrypt-6.1-source.orig/Common/Crypto.h (+4 lines)
Lines 29-34 Link Here
29
29
30
#include "Tcdefs.h"
30
#include "Tcdefs.h"
31
31
32
#ifndef BOOL
33
#define BOOL BOOL1
34
#endif
35
32
#ifdef __cplusplus
36
#ifdef __cplusplus
33
extern "C" {
37
extern "C" {
34
#endif
38
#endif
(-)truecrypt-6.1-source.orig/Makefile (+1 lines)
Lines 50-55 C_CXX_FLAGS += -I$(PKCS11_INC) Link Here
50
endif
50
endif
51
51
52
C_CXX_FLAGS += -DBOOL=int -DFALSE=0 -DTRUE=1
52
C_CXX_FLAGS += -DBOOL=int -DFALSE=0 -DTRUE=1
53
C_CXX_FLAGS += -DBOOL1=int
53
ifeq "$(origin USE64BIT)" "command line"
54
ifeq "$(origin USE64BIT)" "command line"
54
C_CXX_FLAGS += -D__int8=char -D__int16=short -D__int32=int '-D__int64=long'  # Tested in PlatformTest
55
C_CXX_FLAGS += -D__int8=char -D__int16=short -D__int32=int '-D__int64=long'  # Tested in PlatformTest
55
else
56
else

Return to bug 249543