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:
authorCampbell Barton <ideasman42@gmail.com>2010-05-29 01:25:23 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-05-29 01:25:23 +0400
commit40d7eac69e82d480666f012286157aed8fb7e199 (patch)
treef7357fd111ed8b910f8a06bf092acab333d36edd /source/blender/windowmanager/intern/wm.c
parent6b918fb86f194bb36f1d47b5702a53273213c615 (diff)
[#21842] Beta patch to restore cmake MinGW compilation
from Riakiotakis Antonis (psy-fi) with modifications. notes: - needed to remove quotes around filepaths for copying. - WITH_JACK, doesnt link - WITH_FFMPEG, doesnt build - WITH_RAYOPTIMIZATION, gave an error for me. (no mmx support)
Diffstat (limited to 'source/blender/windowmanager/intern/wm.c')
-rw-r--r--source/blender/windowmanager/intern/wm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/windowmanager/intern/wm.c b/source/blender/windowmanager/intern/wm.c
index 39c5e69d982..452c37dbe77 100644
--- a/source/blender/windowmanager/intern/wm.c
+++ b/source/blender/windowmanager/intern/wm.c
@@ -30,8 +30,6 @@
#include "DNA_windowmanager_types.h"
-#include "MEM_guardedalloc.h"
-
#include "GHOST_C-api.h"
#include "BLI_blenlib.h"
@@ -53,6 +51,8 @@
#include "wm_draw.h"
#include "wm.h"
+#include "MEM_guardedalloc.h"
+
#include "ED_screen.h"
#include "BPY_extern.h"