mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-03 06:12:43 -06:00
13 lines
185 B
C++
13 lines
185 B
C++
#ifndef __Uvs2__
|
|
#define __Uvs2__
|
|
|
|
#include <CtrlLib/CtrlLib.h>
|
|
#include <Web/Web.h>
|
|
#include <plugin/ftp/ftp.h>
|
|
|
|
using namespace Upp;
|
|
|
|
//#include "wininet.h"
|
|
#include "util.h"
|
|
|
|
#endif
|