From c076721af79ba049f17747e75923719f67b62cb2 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 26 Jan 2023 17:45:10 +0100 Subject: [PATCH] Remove NEED_PBT_H not used any longer It is not used nor defined since f1a6c1d024 (Don't include pbt.h from wxMSW code unnecessarily., 2011-11-29). --- build/cmake/setup.h.in | 3 --- setup.h.in | 3 --- setup.h_vms | 3 --- 3 files changed, 9 deletions(-) diff --git a/build/cmake/setup.h.in b/build/cmake/setup.h.in index 09fc6702b2..c36aa1ff0b 100644 --- a/build/cmake/setup.h.in +++ b/build/cmake/setup.h.in @@ -1130,9 +1130,6 @@ * boolean, define to the type used by the jpeg library for boolean. */ #cmakedefine wxHACK_BOOLEAN -/* Define if the header pbt.h is missing. */ -#cmakedefine NEED_PBT_H - #endif /* __WIN32__ */ /* --------------------------------------------------------* diff --git a/setup.h.in b/setup.h.in index 537458cf7a..f61b356607 100644 --- a/setup.h.in +++ b/setup.h.in @@ -1129,9 +1129,6 @@ * boolean, define to the type used by the jpeg library for boolean. */ #undef wxHACK_BOOLEAN -/* Define if the header pbt.h is missing. */ -#undef NEED_PBT_H - #endif /* __WIN32__ */ /* --------------------------------------------------------* diff --git a/setup.h_vms b/setup.h_vms index 138f50ebf0..5eb0ff9c56 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -1243,9 +1243,6 @@ typedef pid_t GPid; #define wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW 1 -/* Define if the header pbt.h is missing. */ -#undef NEED_PBT_H - #endif /* __WIN32__ */ /* --------------------------------------------------------*