diff options
Diffstat (limited to 'PC/pyconfig.h')
-rw-r--r-- | PC/pyconfig.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/PC/pyconfig.h b/PC/pyconfig.h index 26ef629..58beaa8 100644 --- a/PC/pyconfig.h +++ b/PC/pyconfig.h @@ -23,9 +23,11 @@ compiler specific". Therefore, these should be very rare. NOTE: The following symbols are deprecated: -NT, WIN32, USE_DL_EXPORT, USE_DL_IMPORT, DL_EXPORT, DL_IMPORT +NT, USE_DL_EXPORT, USE_DL_IMPORT, DL_EXPORT, DL_IMPORT MS_CORE_DLL. +WIN32 is still required for the locale module. + */ #ifdef _WIN32_WCE |