Last change
on this file since 60811 was 58081, checked in by vboxsync, 9 years ago |
libxml 2.9.2 VBox fixes
|
-
Property svn:eol-style
set to
native
|
File size:
266 bytes
|
Line | |
---|
1 | /*
|
---|
2 | * Include a proper pre-generated xmlversion file.
|
---|
3 | * Note that configuration scripts will overwrite this file using a
|
---|
4 | * xmlversion.h.in template.
|
---|
5 | */
|
---|
6 |
|
---|
7 | #ifdef RT_OS_WINDOWS
|
---|
8 | # include <libxml/xmlversion-win.h>
|
---|
9 | #else
|
---|
10 | # include <libxml/xmlversion-default.h>
|
---|
11 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.