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:
authorDaniel Dunbar <daniel@zuster.org>2005-03-19 23:19:10 +0300
committerDaniel Dunbar <daniel@zuster.org>2005-03-19 23:19:10 +0300
commit0542e1ebe38c1cbf739a9c3181fafcc27971cff6 (patch)
tree57ed44cb27ed573ea266c3a91fa5f4e7e7ba3b69 /source/blender/yafray/intern/export_File.cpp
parentb3bb3f06baa3a591586660123c0d4f3bad79f527 (diff)
- part of BLI_winstuff.h cleanup
Diffstat (limited to 'source/blender/yafray/intern/export_File.cpp')
-rwxr-xr-xsource/blender/yafray/intern/export_File.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/yafray/intern/export_File.cpp b/source/blender/yafray/intern/export_File.cpp
index b865096477a..92ee9a6ec28 100755
--- a/source/blender/yafray/intern/export_File.cpp
+++ b/source/blender/yafray/intern/export_File.cpp
@@ -7,8 +7,8 @@ using namespace std;
static string command_path = "";
#ifdef WIN32
-
-#include <windows.h>
+#define WIN32_SKIP_HKEY_PROTECTION
+#include "BLI_winstuff.h"
#ifndef FILE_MAXDIR
#define FILE_MAXDIR 160