diff options
author | Bernard Normier <bernard@zeroc.com> | 2014-07-28 12:22:51 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2014-07-28 12:22:51 -0400 |
commit | 309197cf1f87f0b3b74308741626a59447d817a5 (patch) | |
tree | 2cf86f9bafbedb53f41375e30bab9066d5a68310 /cpp/include/Slice/Parser.h | |
parent | Fixed ICE-5602 - IceGrid/replication test failure on Windows (diff) | |
download | ice-309197cf1f87f0b3b74308741626a59447d817a5.tar.bz2 ice-309197cf1f87f0b3b74308741626a59447d817a5.tar.xz ice-309197cf1f87f0b3b74308741626a59447d817a5.zip |
Correct __declspec for MinGW
Diffstat (limited to 'cpp/include/Slice/Parser.h')
-rw-r--r-- | cpp/include/Slice/Parser.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/include/Slice/Parser.h b/cpp/include/Slice/Parser.h index f4a6da1498a..0b70f236476 100644 --- a/cpp/include/Slice/Parser.h +++ b/cpp/include/Slice/Parser.h @@ -57,13 +57,13 @@ const IceUtil::Int64 Int16Min = -Int16Max - 1; const IceUtil::Int64 ByteMax = 0xff; const IceUtil::Int64 ByteMin = 0x00; -enum SLICE_API FeatureProfile +enum FeatureProfile { Ice, IceE }; -enum SLICE_API NodeType +enum NodeType { Dummy, Real @@ -72,7 +72,7 @@ enum SLICE_API NodeType // // Format preference for classes and exceptions. // -enum SLICE_API FormatType +enum FormatType { DefaultFormat, // No preference was specified. CompactFormat, // Minimal format. |