diff options
author | Ira Rice <irarice@gmail.com> | 2009-02-09 16:31:58 -0700 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-02-09 16:31:58 -0700 |
commit | 1ae95b709235ce811ce72437aa257bb7500e00d0 (patch) | |
tree | 915a9954b245f66e23535becc15d5e8e66fcd04f /src/main.h | |
parent | 40edf4e91558cffd83d9015a2cf4a16360e27855 (diff) | |
download | mana-client-1ae95b709235ce811ce72437aa257bb7500e00d0.tar.gz mana-client-1ae95b709235ce811ce72437aa257bb7500e00d0.tar.bz2 mana-client-1ae95b709235ce811ce72437aa257bb7500e00d0.tar.xz mana-client-1ae95b709235ce811ce72437aa257bb7500e00d0.zip |
Changed AETHYRA_DATADIR to PKG_DATADIR.
Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -30,8 +30,8 @@ #include "winver.h" #endif -#ifndef AETHYRA_DATADIR -#define AETHYRA_DATADIR "" +#ifndef PKG_DATADIR +#define PKG_DATADIR "" #endif /* |