diff options
Diffstat (limited to 'changes/win32macro')
-rw-r--r-- | changes/win32macro | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/win32macro b/changes/win32macro new file mode 100644 index 0000000000..402bb99b3a --- /dev/null +++ b/changes/win32macro @@ -0,0 +1,4 @@ + o Code simplifications and refactoring: + - Use the _WIN32 macro throughout our code to detect Windows. + (Previously we had used the obsolete 'WIN32' and the + idiosyncratic 'MS_WINDOWS'.) |