Subversion Repositories Kolibri OS

Rev

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

Rev 5499 Rev 5598
Line -... Line 1...
-
 
1
#ifndef INCLUDE_LIBXML_H
-
 
2
#define INCLUDE_LIBXML_H
-
 
3
 
-
 
4
#ifndef INCLUDE_KOLIBRI_H
-
 
5
#include "../lib/kolibri.h"
-
 
6
#endif
-
 
7
 
-
 
8
#ifndef INCLUDE_DLL_H
-
 
9
#include "../lib/dll.h"
-
 
10
#endif
1
dword XML = #aXML_lib;
11
dword XML = #aXML_lib;
2
char aXML_lib[]               = "/sys/lib/xml.obj";
12
char aXML_lib[]               = "/sys/lib/xml.obj";
Line 3... Line 13...
3
 
13
 
Line 122... Line 132...
122
  AXAttribute encoding;         // (AXAttribute)
132
  AXAttribute encoding;         // (AXAttribute)
123
  dword strict;                 // (int)
133
  dword strict;                 // (int)
124
  dword reserved1;              // (int)
134
  dword reserved1;              // (int)
125
  AXElement reserved2;          // (AXElement)
135
  AXElement reserved2;          // (AXElement)
126
};
136
};
127
#define>
137
 
-
 
138
#endif
-
 
139
#define>
128
140