mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 23:25:45 +00:00
fix argc type
svn path=/trunk/; revision=16615
This commit is contained in:
parent
2210ddb826
commit
85da1524b5
1 changed files with 1 additions and 1 deletions
|
@ -559,7 +559,7 @@ unsigned int GetKeyPressed(int events)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
int main(int *argc, char **argv)
|
int main(int argc, char **argv)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
TCHAR lpStr[80];
|
TCHAR lpStr[80];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue