libui/windows/resources.rc

18 lines
432 B
Plaintext
Raw Normal View History

// 30 may 2015
#include "winapi.h"
2015-05-30 14:01:21 -05:00
#include "resources.h"
// this is a UTF-8 file
#pragma code_page(65001)
// this is the Common Controls 6 manifest
ISOLATIONAWARE_MANIFEST_RESOURCE_ID RT_MANIFEST "libui.manifest"
2015-05-30 14:01:21 -05:00
// 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
2015-05-30 14:01:21 -05:00
EXSTYLE WS_EX_CONTROLPARENT
BEGIN
// nothing
END