mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
9 lines
184 B
C++
9 lines
184 B
C++
#pragma once
|
|
|
|
/// <summary>
|
|
/// Define this here so we don't have to modify pugiconfig.hpp in pugixml source tree.
|
|
/// </summary>
|
|
#define PUGIXML_HAS_LONG_LONG
|
|
|
|
#include <pugixml.hpp>
|