From 0542e1ebe38c1cbf739a9c3181fafcc27971cff6 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sat, 19 Mar 2005 20:19:10 +0000 Subject: - part of BLI_winstuff.h cleanup --- source/blender/yafray/intern/export_File.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/yafray/intern/export_File.cpp') 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 +#define WIN32_SKIP_HKEY_PROTECTION +#include "BLI_winstuff.h" #ifndef FILE_MAXDIR #define FILE_MAXDIR 160 -- cgit v1.2.3