Declare the arguments of AllocateFile() as const char *, not char *.
This is consistent with the standard definition of fopen().
Showing
Please register or sign in to comment
This is consistent with the standard definition of fopen().