git-svn-id: svn://db.shs.com.ru/pip@393 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2017-04-17 13:56:50 +00:00
parent d67c64b5c2
commit 7982efd8ff
3 changed files with 3 additions and 11 deletions

View File

@@ -1,8 +1,4 @@
#include "pibase.h"
#ifdef WINDOWS
# include <windef.h>
# include <winbase.h>
#endif
#include "piincludes_p.h"
#ifndef WINDOWS
int main (int argc, char * argv[]) {
return 0;

View File

@@ -16,8 +16,8 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "piincludes_p.h"
#include "piconsole.h"
#include "piincludes_p.h"
#include "pipeer.h"
#include "piprotocol.h"
#include "pidiagnostics.h"

View File

@@ -16,12 +16,8 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "pibase.h"
#ifdef WINDOWS
# include <windef.h>
# include <winbase.h>
#endif
#include "piscreen.h"
#include "piincludes_p.h"
#ifndef WINDOWS
# include <sys/ioctl.h>
# include <fcntl.h>