From 732806225db1f9ece03bcd44c2c1e7e058123a75 Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Fri, 6 Apr 2012 10:24:15 +0000 Subject: Ghost: * Typo fix, preventing mingw to compile. Found by XercesBlue in IRC: --- intern/ghost/intern/GHOST_SystemPathsWin32.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/ghost') 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 -- cgit v1.2.3