Subversion Repositories filter_foundry

Rev

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

Rev 503 Rev 521
Line 22... Line 22...
22
 
22
 
23
#include "winuser.h"
23
#include "winuser.h"
24
#include "commctrl.h"
24
#include "commctrl.h"
25
#include "ui.h"
25
#include "ui.h"
26
 
26
 
27
// TODO: Deutsche Umlaute sind kaputt (UTF8 Zeichen werden gezeigt)
-
 
28
// Hiermit geht es aber...
-
 
29
// Meldung "Unbekanntes Pragma" (trotzdem bringt es was?!)
-
 
30
#pragma code_page(65001)
-
 
31
 
-
 
32
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
27
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
33
CAUTION_ICO    ICON   "caution.ico"
28
CAUTION_ICO    ICON   "caution.ico"
34
 
29
 
35
/* Cursors for the preview window */
30
/* Cursors for the preview window */
36
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
31
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL