forked from PretendoNetwork/Inkay
Remove WUPS v0.1 support
We an Aroma house now bois
This commit is contained in:
parent
a0a7e6610a
commit
935e3bdde0
6 changed files with 9 additions and 415 deletions
|
|
@ -4,13 +4,6 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef OLD_WUPS
|
||||
|
||||
#include <nsysnet/socket.h>
|
||||
#include_next <utils/logger.h>
|
||||
|
||||
#else //if !OLD_WUPS
|
||||
|
||||
#include <string.h>
|
||||
#include <whb/log.h>
|
||||
#include <whb/log_udp.h>
|
||||
|
|
@ -30,8 +23,6 @@ extern "C" {
|
|||
WHBLogWritef("[%23s]%30s@L%04d: " FMT "",__FILENAME__,__FUNCTION__, __LINE__, ## ARGS); \
|
||||
} while (0);
|
||||
|
||||
#endif //!OLD_WUPS
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue