- Fix compiling under MSVC returned error in
PlatformExit() -> missing extern global variable PicocExitValue.
- Added Picoc *pc as 1st argument to match function prototype and avoid
crashing the application at runtime. Modified functions are :
void PlatformInit(Picoc *pc);
void PlatformCleanup(Picoc *pc);
char *PlatformReadFile(Picoc *pc, const char *FileName);
void PicocPlatformScanFile(Picoc *pc, const char *FileName);
void PlatformExit(Picoc *pc, int RetVal);
PlatformExit(), PicocPlatformScanFile(),
Original issue reported on code.google.com by kevingar...@gmail.com on 16 Jan 2013 at 3:50
Original issue reported on code.google.com by
kevingar...@gmail.com
on 16 Jan 2013 at 3:50Attachments: