Mercurial > hg > early-roguelike
comparison xrogue/mach_dep.h @ 139:0d151573bdb0
xrogue: compile out wizard mode by default.
author | John "Elwin" Edwards |
---|---|
date | Tue, 05 May 2015 12:07:12 -0400 |
parents | e6179860cb76 |
children | 7faf4568c295 |
comparison
equal
deleted
inserted
replaced
138:dd137c35c3b1 | 139:0d151573bdb0 |
---|---|
17 */ | 17 */ |
18 | 18 |
19 /* | 19 /* |
20 * define/undefine that the wizard commands exist | 20 * define/undefine that the wizard commands exist |
21 */ | 21 */ |
22 #undef WIZARD | |
22 | 23 |
23 #if defined(_WIN32) | 24 #if defined(_WIN32) |
24 #define fstat _fstat | 25 #define fstat _fstat |
25 #define stat _stat | 26 #define stat _stat |
26 #define open _open | 27 #define open _open |