mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 00:40:26 +08:00
fix argc type
svn path=/trunk/; revision=16615
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user