mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.developing rainbow
git-svn-id: svn://ultimatepp.org/upp/trunk@3525 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
becf4df6d6
commit
af893ea2ce
16 changed files with 755 additions and 724 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue