Mercurial > hg > xemacs-beta
comparison src/unexnt.c @ 5125:b5df3737028a ben-lisp-object
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Wed, 24 Feb 2010 01:58:04 -0600 |
parents | 95c4ced5c07c |
children | 6f2158fa75ed |
comparison
equal
deleted
inserted
replaced
5124:623d57b7fbe8 | 5125:b5df3737028a |
---|---|
131 start up. (WARNING: Do not put any code before this section | 131 start up. (WARNING: Do not put any code before this section |
132 that relies upon malloc () and runs in the dumped version. It | 132 that relies upon malloc () and runs in the dumped version. It |
133 won't work.) */ | 133 won't work.) */ |
134 if (heap_state == HEAP_UNLOADED) | 134 if (heap_state == HEAP_UNLOADED) |
135 { | 135 { |
136 Extbyte executable_path[PATH_MAX_EXTERNAL]; | 136 Extbyte executable_path[PATH_MAX_TCHAR]; |
137 | 137 |
138 /* Don't use mswindows_get_module_file_name() because it uses | 138 /* Don't use mswindows_get_module_file_name() because it uses |
139 xmalloc() */ | 139 xmalloc() */ |
140 if (qxeGetModuleFileName (NULL, executable_path, _MAX_PATH) == 0) | 140 if (qxeGetModuleFileName (NULL, executable_path, _MAX_PATH) == 0) |
141 { | 141 { |