Subversion Repositories aysalia

Rev

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

Rev 27 Rev 28
Line 6... Line 6...
6
 
6
 
7
// This launcher does launch DOSBox with the correct *.conf file,
7
// This launcher does launch DOSBox with the correct *.conf file,
8
// centers the window and changes the window title and icon at runtime.
8
// centers the window and changes the window title and icon at runtime.
9
 
9
 
10
uses
10
uses
11
 
-
 
12
 
-
 
13
 
-
 
14
dialogs,
-
 
15
 
-
 
16
 
-
 
17
  SysUtils,
11
  SysUtils,
18
  ShellAPI,
12
  ShellAPI,
19
  Windows,
13
  Windows,
20
  Messages;
14
  Messages;
21
 
15