// 30 may 2015
#include "winapi.h"
#include "resources.h"

// this is a UTF-8 file
#pragma code_page(65001)

// this is the Common Controls 6 manifest
// TODO set up the string values here
ISOLATIONAWARE_MANIFEST_RESOURCE_ID RT_MANIFEST "libui.manifest"

// this is the dialog template used by tab pages; see windows/tabpage.c for details
rcTabPageDialog DIALOGEX 0, 0, 100, 100
STYLE DS_CONTROL | WS_CHILD | WS_VISIBLE
EXSTYLE WS_EX_CONTROLPARENT
BEGIN
	// nothing
END