Subversion Repositories filter_foundry

Rev

Rev 521 | Rev 524 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 521 Rev 523
Line 18... Line 18...
18
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
*/
19
*/
20
 
20
 
21
/* wrapper file for Windows resource compiler input */
21
/* wrapper file for Windows resource compiler input */
22
 
22
 
-
 
23
// This pragma is ignored by OpenWatcom
-
 
24
// If language.h and ui_win.rc are UTF-8 (without BOM):
-
 
25
// => MSVC++ requires this pragma to be set to code page 65001
23
// TODO: OpenWatcom doesn't like this!
26
// => OpenWatcom requires setting "-zku8"
-
 
27
// If language.h and ui_win.rc are ANSI encoded:
-
 
28
// => MSVC++ requires this pragma to be MISSING
24
//       Bugreport: https://github.com/open-watcom/open-watcom-v2/issues/863
29
// => OpenWatcom requires setting "Single byte characters only"
25
#pragma code_page(65001)
30
#pragma code_page(65001)
26
 
31
 
27
#include "Scripting.rc"
32
#include "Scripting.rc"
28
#include "PiPL.rc"
33
#include "PiPL.rc"
29
#include "ui_win.rc"
34
#include "ui_win.rc"