#ifndef _UTILS_H_
#define _UTILS_H_

void patch_rect(const RECT* rcc, int x, int y, int x2, int y2);
int toupper(int c);
int strcmp_nocase(const char* s1, const char* s2);
void patch_header(const HEADER_DESC* head);
void patch_header_small(HEADER_DESC* head);
void patch_input(INPUTDIA_DESC* inp);
int file_exists(const char* fname);

#ifdef LOG
void log(char* module, char* description, char* logdata);
#endif
void del_ext(char* source);
int stricmp(const char* s, const char* d);
void GetScreenShot();


#endif
