Actions
Feature #514
closedFeature #506: Android port of the Scol VM
Clean the scol vm sources from winapi dependent functions and variables
Start date:
03/30/2015
Due date:
% Done:
0%
Estimated time:
Description
In order to prepare for the Android port, sources in vm/kernel5 should not rely on Windows API, or have an alternative for non-windows OSes.
By priority, if possible, winapi calls should be replaced by :
- standard c++
- boost
If there's no standard or boost equivalent for a function, define (#ifdef WIN32) an alternative function for other OSes.
No data to display
Actions