From fa4c1d1d41863ab27024dd05e1171e99a12015d9 Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Thu, 25 Jul 2002 21:47:25 +0000 Subject: [PATCH] prefix include file for Project Builder project git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16278 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx_pb.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 include/wx_pb.h diff --git a/include/wx_pb.h b/include/wx_pb.h new file mode 100644 index 0000000000..a23fb6d357 --- /dev/null +++ b/include/wx_pb.h @@ -0,0 +1,13 @@ +/////////////////////////////////////////////////////////////////////////////// +// Name: wx_pb.h +// Purpose: Project Builder precompiled header +// Author: Gilles Depeyrot +// Modified by: +// Created: 22.01.02 +// RCS-ID: $Id$ +// Copyright: (c) wxWindows team +// Licence: wxWindows license +/////////////////////////////////////////////////////////////////////////////// + +#define HAVE_USLEEP 1 +#define HAVE_FCNTL 1 -- 2.47.2