diff options
author | irungentoo <irungentoo@gmail.com> | 2013-07-13 00:12:27 -0400 |
---|---|---|
committer | irungentoo <irungentoo@gmail.com> | 2013-07-13 00:12:27 -0400 |
commit | 5f2fdf1b18e63f4e4c83f0fb527a76c8e93de4c8 (patch) | |
tree | be1e9cc31da5e600efb9fed6bac17760d4734542 /messenger/XML_Parser/src/win32.asm | |
parent | 4899be84d198d8300a8623eea0c5bc1fcaac1c4a (diff) |
Removed useless XML parser.
Diffstat (limited to 'messenger/XML_Parser/src/win32.asm')
-rw-r--r-- | messenger/XML_Parser/src/win32.asm | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/messenger/XML_Parser/src/win32.asm b/messenger/XML_Parser/src/win32.asm deleted file mode 100644 index a31effec..00000000 --- a/messenger/XML_Parser/src/win32.asm +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
1 | ;[c]asm-xml.asm - Asm XML Parser | ||
2 | ;[c] | ||
3 | ;[c]Compile this file with fasm. | ||
4 | ;[c] | ||
5 | format MS COFF | ||
6 | |||
7 | include "asm-xml.asm" | ||
8 | |||
9 | ;[c] | ||
10 | ;[c]Public Functions | ||
11 | ;[c] | ||
12 | public _initialize as "_ax_initialize" | ||
13 | public _initializeParser as "_ax_initializeParser" | ||
14 | public _releaseParser as "_ax_releaseParser" | ||
15 | public _parse as "_ax_parse" | ||
16 | public _initializeClassParser as "_ax_initializeClassParser" | ||
17 | public _releaseClassParser as "_ax_releaseClassParser" | ||
18 | public _classFromElement as "_ax_classFromElement" | ||
19 | public _classFromString as "_ax_classFromString" | ||