41 lines
270 B
C
41 lines
270 B
C
// STRINGS.H
|
|
//
|
|
// IDs for string contants used within the minidriver. Start these nice
|
|
// and high, so avoid conflicts with strings from within the minidriver
|
|
|
|
#define IDS_SOFTFONTWARNING 4890
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|