mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
IGN:Add stdint.h for visual studio compilation
This commit is contained in:
parent
3e507f99a2
commit
0ea10932e2
@ -15,6 +15,11 @@
|
|||||||
along with this program; if not, write to the Free Software
|
along with this program; if not, write to the Free Software
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef _MSC_VER
|
||||||
|
#include "stdint.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
typedef struct lzxc_data lzxc_data;
|
typedef struct lzxc_data lzxc_data;
|
||||||
typedef int (*lzxc_get_bytes_t)(void *arg, int n, void *buf);
|
typedef int (*lzxc_get_bytes_t)(void *arg, int n, void *buf);
|
||||||
typedef int (*lzxc_put_bytes_t)(void *arg, int n, void *buf);
|
typedef int (*lzxc_put_bytes_t)(void *arg, int n, void *buf);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user