libui/windows/resources.rc

14 lines
421 B
Plaintext
Raw Normal View History

// 30 may 2015
2016-04-20 18:39:20 -05:00
#include "winapi.hpp"
#include "resources.hpp"
// this is a UTF-8 file
#pragma code_page(65001)
// this is the Common Controls 6 manifest
2016-06-04 12:57:10 -05:00
// we only define it in a shared build; static builds have to include the appropriate parts of the manifest in the output executable
// LONGTERM set up the string values here
#ifndef _UI_STATIC
ISOLATIONAWARE_MANIFEST_RESOURCE_ID RT_MANIFEST "libui.manifest"
#endif