Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2010-11-12 01:12:49 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2010-11-12 01:12:49 +0300
commit44e36b515660c5521148753632af64307d05b237 (patch)
tree63a99f04158964999cc9340777ab8e6448fa9775 /source/blender/windowmanager
parent9860832820732a3853f851beff73fa7c2ac1d8db (diff)
Revert the reversal :)
Diffstat (limited to 'source/blender/windowmanager')
-rw-r--r--source/blender/windowmanager/intern/wm_operators.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/windowmanager/intern/wm_operators.c b/source/blender/windowmanager/intern/wm_operators.c
index e88478a77c9..4a0aaecfbf9 100644
--- a/source/blender/windowmanager/intern/wm_operators.c
+++ b/source/blender/windowmanager/intern/wm_operators.c
@@ -34,8 +34,7 @@
#include <assert.h>
#ifdef WIN32
-// XXX: winstuff commented out, as was getting "io.h(322) : error C3163: '_write': attribute..." from MSVC - Aligorith 2010Nov12
-//#include "BLI_winstuff.h"
+#include "BLI_winstuff.h"
#include <windows.h>
#include <io.h>