Pinned down resource numbers now.

This commit is contained in:
Pietro Gagliardi 2016-06-04 14:36:55 -04:00
parent 66fde9ee0c
commit c31699e4cd
3 changed files with 6 additions and 5 deletions

1
doc/winstatic Normal file
View File

@ -0,0 +1 @@
libui uses resources starting at 29000

View File

@ -1,8 +1,10 @@
// 30 may 2015
#define rcTabPageDialog 100
#define rcFontDialog 101
#define rcColorDialog 102
#define rcTabPageDialog 29000
#define rcFontDialog 29001
#define rcColorDialog 29002
// TODO normalize these
#define rcFontFamilyCombobox 1000
#define rcFontStyleCombobox 1001

View File

@ -2,8 +2,6 @@
#include "winapi.hpp"
#include "resources.hpp"
// TODO change and pin down IDs for static linking; document them
// this is a UTF-8 file
#pragma code_page(65001)