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
74bb4c1b
Commit
74bb4c1b
authored
Nov 05, 2002
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix minor markup nits.
parent
e91a3b50
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Doc/ext/windows.tex
Doc/ext/windows.tex
+2
-2
No files found.
Doc/ext/windows.tex
View file @
74bb4c1b
...
@@ -192,7 +192,7 @@ Hello, world
...
@@ -192,7 +192,7 @@ Hello, world
list. Select ``Multithreaded DLL'' from the ``Use run-time
list. Select ``Multithreaded DLL'' from the ``Use run-time
library:'' dropdown list.
library:'' dropdown list.
You should now create the file
spam.def
as instructed in the
You should now create the file
\file
{
spam.def
}
as instructed in the
previous section. Then chose the
\menuselection
{
Insert
\sub
Files
previous section. Then chose the
\menuselection
{
Insert
\sub
Files
into Project
}
dialog. Set the pattern to
\code
{
*.*
}
and select
into Project
}
dialog. Set the pattern to
\code
{
*.*
}
and select
both
\file
{
spam.c
}
and
\file
{
spam.def
}
and click OK. (Inserting
both
\file
{
spam.c
}
and
\file
{
spam.def
}
and click OK. (Inserting
...
@@ -218,7 +218,7 @@ and add the following to the module initialization function:
...
@@ -218,7 +218,7 @@ and add the following to the module initialization function:
MyObject
_
Type.ob
_
type =
&
PyType
_
Type;
MyObject
_
Type.ob
_
type =
&
PyType
_
Type;
\end{verbatim}
\end{verbatim}
Refer to section
3 of the
Refer to section
~
3 of the
\citetitle
[http://www.python.org/doc/FAQ.html]
{
Python FAQ
}
for details
\citetitle
[http://www.python.org/doc/FAQ.html]
{
Python FAQ
}
for details
on why you must do this.
on why you must do this.
...
...
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