.developing rainbow

git-svn-id: svn://ultimatepp.org/upp/trunk@3525 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2011-06-13 12:42:24 +00:00
parent becf4df6d6
commit af893ea2ce
16 changed files with 755 additions and 724 deletions

View file

@ -1,6 +1,6 @@
#include "CtrlLib.h"
#ifdef PLATFORM_WIN32
#ifdef GUI_WIN
#ifndef PLATFORM_WINCE
#include <commdlg.h>
@ -15,7 +15,7 @@
NAMESPACE_UPP
#ifdef PLATFORM_WIN32
#ifdef GUI_WIN
#ifndef PLATFORM_WINCE
@ -140,7 +140,7 @@ PrinterJob& PrinterJob::CurrentPage(int i)
#endif
#ifdef PLATFORM_POSIX
#ifdef GUI_X11
String System(const char *cmd, const String& in)
{