diff options
Diffstat (limited to 'Source/cm_codecvt.cxx')
-rw-r--r-- | Source/cm_codecvt.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Source/cm_codecvt.cxx b/Source/cm_codecvt.cxx index 6705851..9519f91 100644 --- a/Source/cm_codecvt.cxx +++ b/Source/cm_codecvt.cxx @@ -3,11 +3,11 @@ #include "cm_codecvt.hxx" #if defined(_WIN32) -#include <assert.h> -#include <string.h> -#include <windows.h> -#undef max -#include "cmsys/Encoding.hxx" +# include <assert.h> +# include <string.h> +# include <windows.h> +# undef max +# include "cmsys/Encoding.hxx" #endif #if defined(_WIN32) |