* Typo fix, preventing mingw to compile.
Found by XercesBlue in IRC:
This commit is contained in:
Thomas Dinges 2012-04-06 10:24:15 +00:00
parent 58064bdfc4
commit 732806225d

@ -47,7 +47,7 @@
#define SHARD_PATHA 0x00000002L
#endif
#if !defined(SHARD_PATHA)
#if !defined(SHARD_PATHW)
#define SHARD_PATHW 0x00000003L
#endif