View | Details | Raw Unified
Collapse All | Expand All

(-) ./src/coolkey/slot.cpp.coolkey-gcc43 (-2 lines)
 Lines 25-31    Link Here 
#include "PKCS11Exception.h"
#include "PKCS11Exception.h"
#include <winscard.h>
#include <winscard.h>
#include "slot.h"
#include "slot.h"
#include <memory.h>
#include "zlib.h"
#include "zlib.h"
#include "params.h"
#include "params.h"
 Lines 33-39    Link Here 
#define MIN(x, y) ((x) < (y) ? (x) : (y))
#define MIN(x, y) ((x) < (y) ? (x) : (y))
using std::auto_ptr;
#ifdef DEBUG
#ifdef DEBUG
(-) ./src/coolkey/machdep.cpp.coolkey-gcc43 (+2 lines)
 Lines 33-38    Link Here 
#include <sys/stat.h>
#include <sys/stat.h>
#include <sys/mman.h>
#include <sys/mman.h>
#include <pthread.h>
#include <pthread.h>
#include <string.h>
#include <stdlib.h>
#endif
#endif
#ifdef _WIN32
#ifdef _WIN32
(-) ./src/coolkey/log.cpp.coolkey-gcc43 (+2 lines)
 Lines 18-23    Link Here 
 * ***** END COPYRIGHT BLOCK *****/
 * ***** END COPYRIGHT BLOCK *****/
#include <string>
#include <string>
#include <string.h>
#include <stdlib.h>
#include "mypkcs11.h"
#include "mypkcs11.h"
#include <assert.h>
#include <assert.h>
#include <stdio.h>
#include <stdio.h>
(-) ./src/coolkey/object.cpp.coolkey-gcc43 (+1 lines)
 Lines 21-26    Link Here 
#include "PKCS11Exception.h"
#include "PKCS11Exception.h"
#include "object.h"
#include "object.h"
#include <algorithm>
#include <algorithm>
#include <string.h>
using std::find_if;
using std::find_if;