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:
authorThomas Dinges <blender@dingto.org>2012-04-06 14:24:15 +0400
committerThomas Dinges <blender@dingto.org>2012-04-06 14:24:15 +0400
commit732806225db1f9ece03bcd44c2c1e7e058123a75 (patch)
tree23889947c18eedae33372a7b196b657516a7ddb0 /intern/ghost
parent58064bdfc44c4cd0f23d4f65491c86300ce69020 (diff)
Ghost:
* Typo fix, preventing mingw to compile. Found by XercesBlue in IRC:
Diffstat (limited to 'intern/ghost')
-rw-r--r--intern/ghost/intern/GHOST_SystemPathsWin32.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/intern/GHOST_SystemPathsWin32.cpp b/intern/ghost/intern/GHOST_SystemPathsWin32.cpp
index 29c2e9c0227..e3defddf367 100644
--- a/intern/ghost/intern/GHOST_SystemPathsWin32.cpp
+++ b/intern/ghost/intern/GHOST_SystemPathsWin32.cpp
@@ -47,7 +47,7 @@
#define SHARD_PATHA 0x00000002L
#endif
-#if !defined(SHARD_PATHA)
+#if !defined(SHARD_PATHW)
#define SHARD_PATHW 0x00000003L
#endif