X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fsysdep.h;h=2a25c9356c2d70aefcab357d92fd2d93764e70f4;hb=2f4211843f4f68c2a8a92155c24ac72d5799379b;hp=a54222f6bb1f8023706695874193b2734f811e04;hpb=f31412d11275a3d303bc3337b8fa2b91432ddffc;p=pciutils.git diff --git a/lib/sysdep.h b/lib/sysdep.h index a54222f..2a25c93 100644 --- a/lib/sysdep.h +++ b/lib/sysdep.h @@ -19,7 +19,6 @@ typedef u8 byte; typedef u16 word; #ifdef PCI_OS_WINDOWS -#define bzero(x,y) memset(x,0,y) #define strcasecmp strcmpi #endif