Skip to content

Commit

Permalink
修复错误的预处理
Browse files Browse the repository at this point in the history
  • Loading branch information
microcaicai committed Apr 19, 2010
1 parent 66c777b commit 47f8385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mentohust.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ int main(int argc, char **argv)
setlocale(LC_ALL, "");
textdomain(GETTEXT_PACKAGE);

#ifdef G_OS_WIN32
#ifdef WIN32
{
char realpath_str[1024];
bindtextdomain(GETTEXT_PACKAGE,realpath(argv[0],realpath_str));
Expand Down

0 comments on commit 47f8385

Please sign in to comment.