Changeset 3490 for trunk/src

Show
Ignore:
Timestamp:
04/24/08 16:34:08 (9 months ago)
Author:
alonbl
Message:

rutoken: Some MSVC fixups, by Aktiv Co. Aleksey Samsonov

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/libopensc/card-rutoken.c

    r3478 r3490  
    3030typedef unsigned __int32 uint32_t; 
    3131typedef unsigned __int16 uint16_t; 
     32typedef __int8 int8_t; 
    3233#else 
    3334#warning no uint32_t type available, please contact opensc-devel@opensc-project.org 
     
    3738#include <string.h> 
    3839#include <stdlib.h> 
     40#include <stdio.h> 
    3941#include "opensc.h" 
    4042#include "pkcs15.h"