mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
15 lines
370 B
C
15 lines
370 B
C
/* file : xml/details/config-vc.h
|
|
* copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
|
|
* license : MIT; see accompanying LICENSE file
|
|
*/
|
|
|
|
/* Configuration file for Windows/VC++. */
|
|
|
|
#ifndef XML_DETAILS_CONFIG_VC_H
|
|
#define XML_DETAILS_CONFIG_VC_H
|
|
|
|
#define LIBSTUDXML_BYTEORDER 1234
|
|
#define LIBSTUDXML_STATIC_LIB 1
|
|
|
|
#endif /* XML_DETAILS_CONFIG_VC_H */
|