mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
remove two compiling warnings thx frik85 to notice it.
svn path=/trunk/; revision=24768
This commit is contained in:
parent
0cb9e0fd78
commit
cb8322a4e3
2 changed files with 3 additions and 1 deletions
|
@ -18,6 +18,8 @@
|
||||||
#define false 0
|
#define false 0
|
||||||
|
|
||||||
|
|
||||||
|
int ansiCodePage(int codepage, unsigned char *inBuffer, unsigned char *outBuffer, int Lenght);
|
||||||
|
|
||||||
int paraser1(unsigned char *buf, long buf_size, unsigned char * output_text, unsigned char * output_resid, unsigned char * output_format, unsigned char *iso_type);
|
int paraser1(unsigned char *buf, long buf_size, unsigned char * output_text, unsigned char * output_resid, unsigned char * output_format, unsigned char *iso_type);
|
||||||
|
|
||||||
void find_str(unsigned char asc, unsigned char *buf, long *foundPos);
|
void find_str(unsigned char asc, unsigned char *buf, long *foundPos);
|
||||||
|
|
Loading…
Reference in a new issue