Subversion Repositories Kolibri OS

Rev

Rev 8839 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8839 Rev 9699
Line 3... Line 3...
3
 
3
 
4
#ifndef INCLUDE_KOLIBRI_H
4
#ifndef INCLUDE_KOLIBRI_H
5
#include "../lib/kolibri.h"
5
#include "../lib/kolibri.h"
Line -... Line 6...
-
 
6
#endif
-
 
7
 
-
 
8
#ifdef __COFF__
-
 
9
extern dword OpenDialog_init;
6
#endif
10
extern dword OpenDialog_start;
7
 
11
#else
8
#ifndef INCLUDE_DLL_H
12
#ifndef INCLUDE_DLL_H
9
#include "../lib/dll.h"
13
#include "../lib/dll.h"
10
#endif
14
#endif
Line 16... Line 20...
16
 
20
 
Line 17... Line 21...
17
$DD 2 dup 0
21
$DD 2 dup 0
18
 
22
 
-
 
23
char aOpenDialog_init[]          = "OpenDialog_init";
Line 19... Line 24...
19
char aOpenDialog_init[]          = "OpenDialog_init";
24
char aOpenDialog_start[]         = "OpenDialog_start";
20
char aOpenDialog_start[]         = "OpenDialog_start";
25
#endif
21
 
26
 
22
struct opendialog
27
struct opendialog