diff options
Diffstat (limited to 'src/opt')
-rw-r--r-- | src/opt/fxch/FxchSCHashTable.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/opt/fxch/FxchSCHashTable.c b/src/opt/fxch/FxchSCHashTable.c index b2708337..53205b5e 100644 --- a/src/opt/fxch/FxchSCHashTable.c +++ b/src/opt/fxch/FxchSCHashTable.c @@ -19,10 +19,10 @@ ABC_NAMESPACE_IMPL_START -#ifdef _WIN32 +//#ifdef _WIN32 typedef unsigned int uint32_t; typedef unsigned char uint8_t; -#endif +//#endif //////////////////////////////////////////////////////////////////////// /// FUNCTION DEFINITIONS /// |