/////////////////////////////////////////////////////////////////////////////
-// Name: ipcbase.cpp
+// Name: src/common/ipcbase.cpp
// Purpose: IPC base classes
// Author: Julian Smart
// Modified by:
#include "wx/wxprec.h"
#ifdef __BORLANDC__
-#pragma hdrstop
+ #pragma hdrstop
#endif
#ifndef WX_PRECOMP
-#include "wx/defs.h"
#endif
#include "wx/ipcbase.h"
return NULL;
}
}
-