repo.or.cz
/
python.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Buffered I/O: optimize lock taking in the common non-contended case.
[python.git]
/
PC
/
empty.c
blob
846b4d0d646217f5ada73dba86c29ccf9ad87b0c
1
#include <windows.h>
2
int
__stdcall
3
WinMain
(
HINSTANCE hInstance
,
HINSTANCE hPrevInstance
,
LPSTR lpCmdLine
,
int
nCmdShow
)
4
{
5
return
0
;
6
}