Skip to content

Commit ca86554

Browse files
authored
Remove mentions of Windows (Server and Platform SDK) 2003 (#2451)
1 parent 0aadef0 commit ca86554

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ win32/src/win32service_messages.h
5050
win32/src/win32evtlog_messages.h
5151
isapi/src/pyISAPI_messages.h
5252

53-
# VC2003 and up project files
53+
# Visual Studio project files
5454
*.sln
5555
*.suo
5656
*.vcproj

adodbapi/quick_reference.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,7 @@ where "click to buy" versions of Office have been removed, but are still
7070
blocking installation of the redistributable provider.
7171

7272
- To use any ODBC driver from 64 bit Python, you also need the MSDASQL
73-
provider. It is shipped with Server 2008, and Vista and later. For
74-
Server 2003, You will have to [download
75-
it](http://www.microsoft.com/en-us/download/details.aspx?id=20065) [from
76-
Microsoft.]{lang="en-US"}
73+
provider. It is shipped with Server 2008, and Vista and later.
7774

7875
- MySQL driver <http://dev.mysql.com/downloads/connector/odbc/>
7976
or MariaDB driver <https://downloads.mariadb.org/connector-odbc/>

com/win32com/src/PyGatewayBase.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,6 @@ extern const GUID IID_IInternalUnwrapPythonObject = {
1414
extern PyObject *g_obMissing;
1515

1616
#include <malloc.h>
17-
// When building with the 2003 Platform SDK 64-bit compiloer, _MSC_VER is 1400,
18-
// but _malloca is not defined
19-
// #if _MSC_VER < 1400
20-
#ifndef _malloca
21-
// _malloca is the new 'safe' one
22-
#define _malloca _alloca
23-
#endif
2417

2518
// Internal ErrorUtil helpers we reach in for.
2619
// Free the strings from an excep-info.

0 commit comments

Comments
 (0)