Rename Shared to shared and Misc to misc.
This commit is contained in:
parent
17eaaadcec
commit
a7bc8fcf9d
@ -24,9 +24,9 @@
|
||||
#include "Terminal.h"
|
||||
#include "NamedPipe.h"
|
||||
#include "AgentAssert.h"
|
||||
#include "../Shared/DebugClient.h"
|
||||
#include "../Shared/AgentMsg.h"
|
||||
#include "../Shared/Buffer.h"
|
||||
#include "../shared/DebugClient.h"
|
||||
#include "../shared/AgentMsg.h"
|
||||
#include "../shared/Buffer.h"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
@ -19,7 +19,7 @@
|
||||
// IN THE SOFTWARE.
|
||||
|
||||
#include "AgentAssert.h"
|
||||
#include "../Shared/DebugClient.h"
|
||||
#include "../shared/DebugClient.h"
|
||||
#include <stdlib.h>
|
||||
|
||||
// Calling the standard assert() function does not work in the agent because
|
||||
|
@ -20,4 +20,4 @@
|
||||
|
||||
// This is a hack. I want to compile DebugClient.cc into the project,
|
||||
// and I don't know how to setup a Makefile to do it.
|
||||
#include "../Shared/DebugClient.cc"
|
||||
#include "../shared/DebugClient.cc"
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include "ConsoleInput.h"
|
||||
#include "Win32Console.h"
|
||||
#include "DsrSender.h"
|
||||
#include "../Shared/DebugClient.h"
|
||||
#include "../shared/DebugClient.h"
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include "EventLoop.h"
|
||||
#include "NamedPipe.h"
|
||||
#include "AgentAssert.h"
|
||||
#include "../Shared/DebugClient.h"
|
||||
#include "../shared/DebugClient.h"
|
||||
|
||||
EventLoop::EventLoop() : m_exiting(false), m_pollInterval(0)
|
||||
{
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include "NamedPipe.h"
|
||||
#include "EventLoop.h"
|
||||
#include "AgentAssert.h"
|
||||
#include "../Shared/DebugClient.h"
|
||||
#include "../shared/DebugClient.h"
|
||||
#include <string.h>
|
||||
|
||||
NamedPipe::NamedPipe() :
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
#include "Win32Console.h"
|
||||
#include "AgentAssert.h"
|
||||
#include "../Shared/DebugClient.h"
|
||||
#include "../shared/DebugClient.h"
|
||||
#include <windows.h>
|
||||
|
||||
Win32Console::Win32Console()
|
||||
|
@ -20,4 +20,4 @@
|
||||
|
||||
// This is a hack. I want to compile DebugClient.cc into the project,
|
||||
// and I don't know how to setup a Makefile to do it.
|
||||
#include "../Shared/DebugClient.cc"
|
||||
#include "../shared/DebugClient.cc"
|
||||
|
@ -27,9 +27,9 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <sstream>
|
||||
#include "../Shared/DebugClient.h"
|
||||
#include "../Shared/AgentMsg.h"
|
||||
#include "../Shared/Buffer.h"
|
||||
#include "../shared/DebugClient.h"
|
||||
#include "../shared/AgentMsg.h"
|
||||
#include "../shared/Buffer.h"
|
||||
|
||||
// TODO: Error handling, handle out-of-memory.
|
||||
|
||||
|
0
Misc/.gitignore → misc/.gitignore
vendored
0
Misc/.gitignore → misc/.gitignore
vendored
@ -1,5 +1,5 @@
|
||||
#define _WIN32_WINNT 0x0501
|
||||
#include "../Shared/DebugClient.cc"
|
||||
#include "../shared/DebugClient.cc"
|
||||
#include <windows.h>
|
||||
#include <stdio.h>
|
||||
|
@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
#define _WIN32_WINNT 0x0501
|
||||
#include "../Shared/DebugClient.cc"
|
||||
#include "../shared/DebugClient.cc"
|
||||
#include <windows.h>
|
||||
#include <stdio.h>
|
||||
|
@ -18,4 +18,4 @@
|
||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
||||
// IN THE SOFTWARE.
|
||||
|
||||
#include "../Shared/DebugClient.cc"
|
||||
#include "../shared/DebugClient.cc"
|
||||
|
@ -31,7 +31,7 @@
|
||||
#include <errno.h>
|
||||
#include <pthread.h>
|
||||
#include <winpty.h>
|
||||
#include "../Shared/DebugClient.h"
|
||||
#include "../shared/DebugClient.h"
|
||||
#include <string>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user