mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +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;
|
||||
TCHAR lpStr[80];
|
||||
|
|
Loading…
Reference in a new issue