Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
b4cfdfa0
Commit
b4cfdfa0
authored
Sep 29, 1997
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed special Windows defines, at Mark Hammond's request.
parent
83bd9a9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
8 deletions
+4
-8
Include/modsupport.h
Include/modsupport.h
+4
-8
No files found.
Include/modsupport.h
View file @
b4cfdfa0
...
...
@@ -92,14 +92,10 @@ extern PyObject *Py_VaBuildValue Py_PROTO((char *, va_list));
*/
#ifdef MS_WINDOWS
/* Special defines for Windows versions. MS_DLL_ID is the key
used in the registry.
The full MS_DLL_VERSION_ID is imbedded in the core DLL, and
is so installers can determine incremental changes.
*/
#define MS_DLL_ID "1.5.0"
#define MS_DLL_VERSION_ID MS_DLL_ID "." PYTHON_API_STRING
/* Special defines for Windows versions used to live here. Things
have changed, and the "Version" is now in a global string variable.
Reason for this is that this for easier branding of a "custom DLL"
without actually needing a recompile. */
#endif
/* MS_WINDOWS */
#ifdef Py_TRACE_REFS
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment