TurboPFor: Variable byte encode/decode
This commit is contained in:
3
vint.c
3
vint.c
@ -25,6 +25,9 @@
|
|||||||
#ifndef USIZE
|
#ifndef USIZE
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#pragma warning( disable : 4005)
|
||||||
|
#pragma warning( disable : 4090)
|
||||||
|
#pragma warning( disable : 4068)
|
||||||
|
|
||||||
#include "conf.h"
|
#include "conf.h"
|
||||||
#include "vint.h"
|
#include "vint.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user