30.11.2013 - New PICollection namespace, Android support, my own PIVector implementation

This commit is contained in:
peri4
2013-11-30 19:34:53 +04:00
parent ec5530053a
commit f50891b376
64 changed files with 5466 additions and 3392 deletions

View File

@@ -19,7 +19,7 @@
#include "pidir.h"
#ifndef WINDOWS
#if !defined(WINDOWS) && !defined(ANDROID)
#ifdef WINDOWS
const PIChar PIDir::separator = '\\';
#else