mirror of
https://github.com/wangyu-/UDPspeeder.git
synced 2025-11-03 19:35:38 +08:00
works under mingw, but not finish yet
This commit is contained in:
@@ -50,7 +50,7 @@ typedef unsigned long u_long;
|
||||
/*
|
||||
* compatibility stuff
|
||||
*/
|
||||
#ifdef MSDOS /* but also for others, e.g. sun... */
|
||||
#if defined(MSDOS)||defined(__MINGW32__) /* but also for others, e.g. sun... */
|
||||
#define NEED_BCOPY
|
||||
#define bcmp(a,b,n) memcmp(a,b,n)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user