forth32 / qhuaweiflash

Графическая утилита для прошивки модемов и роутеров фирмы HUAWEI и редактирования файлов прошивок
57 stars 44 forks source link

Can you port this code to windows too? #3

Closed Njunwa1 closed 6 years ago

Njunwa1 commented 6 years ago

The are alot of usages of libraries that make this code only compile on Unix system alone like the use the use of "termios" or The use of bzero() on line 300 and 520 makes this code not to compile on Windows and this function is deprecated or less one has to define something like this below,

define bzero(b,len) (memset((b), '\0', (len)), (void) 0)

forth32 commented 6 years ago

I do not use fucked windows and do not going to port this code to other OSes.