mirror of
https://github.com/g4klx/MMDVMHost
synced 2026-02-04 22:05:41 +08:00
Revert "Amalgamate the two Trellis implementations and small cleanups."
This reverts commit ec9f7d7496.
This commit is contained in:
11
LCDproc.h
11
LCDproc.h
@@ -23,11 +23,6 @@
|
||||
#include "Display.h"
|
||||
#include "Timer.h"
|
||||
|
||||
#if defined(_WIN32) || defined(_WIN64)
|
||||
#include <ws2tcpip.h>
|
||||
#include <WinSock2.h>
|
||||
#endif
|
||||
|
||||
#include <string>
|
||||
|
||||
class CLCDproc : public CDisplay
|
||||
@@ -94,11 +89,7 @@ private:
|
||||
unsigned int m_rssiCount1;
|
||||
unsigned int m_rssiCount2;
|
||||
|
||||
#if defined(_WIN32) || defined(_WIN64)
|
||||
int socketPrintf(SOCKET fd, const char* format, ...);
|
||||
#else
|
||||
int socketPrintf(int fd, const char* format, ...);
|
||||
#endif
|
||||
int socketPrintf(int fd, const char *format, ...);
|
||||
void defineScreens();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user