mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Nuke the only DL_* in this directory.
This commit is contained in:
parent
1389f3e059
commit
e407e2ac42
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ add_define(PyObject *dict, const char *key, long value)
|
||||||
|
|
||||||
#define ADD_DEFINE(tok) add_define(dict,#tok,tok)
|
#define ADD_DEFINE(tok) add_define(dict,#tok,tok)
|
||||||
|
|
||||||
DL_EXPORT(void)
|
PyMODINIT_FUNC
|
||||||
initwinsound(void)
|
initwinsound(void)
|
||||||
{
|
{
|
||||||
OSVERSIONINFO version;
|
OSVERSIONINFO version;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue