X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/92049cd473c81fbce934e71796b2d841d5e605fa..7dee726c7e569dbf73956d2f2fa63317aa83d85f:/include/wx/msw/registry.h diff --git a/include/wx/msw/registry.h b/include/wx/msw/registry.h index 693207b3fd..958b78c878 100644 --- a/include/wx/msw/registry.h +++ b/include/wx/msw/registry.h @@ -125,7 +125,7 @@ public: bool Exists() const; // get the info about key (any number of these pointers may be NULL) -#ifdef __GNUWIN32__ +#if defined( __GNUWIN32__) && !defined(wxUSE_NORLANDER_HEADERS) bool GetKeyInfo(size_t *pnSubKeys, // number of subkeys size_t *pnMaxKeyLen, // max len of subkey name size_t *pnValues, // number of values