Mercurial > hg > xemacs-beta
comparison src/win32.c @ 576:6db80f4ab17c
[xemacs-hg @ 2001-05-25 05:42:25 by martinb]
Cleaning up after error-frobbing patch: More compiler warnings/errors
author | martinb |
---|---|
date | Fri, 25 May 2001 05:42:26 +0000 |
parents | 183866b06e0b |
children | 190b164ddcac |
comparison
equal
deleted
inserted
replaced
575:d5e8f5ad5043 | 576:6db80f4ab17c |
---|---|
82 pfNetApiBufferFree_t xNetApiBufferFree; | 82 pfNetApiBufferFree_t xNetApiBufferFree; |
83 | 83 |
84 Lisp_Object | 84 Lisp_Object |
85 tstr_to_local_file_format (Extbyte *pathout) | 85 tstr_to_local_file_format (Extbyte *pathout) |
86 { | 86 { |
87 Bufbyte *ttlff; | 87 char *ttlff; |
88 Lisp_Object in; | 88 Lisp_Object in; |
89 | 89 |
90 EXTERNAL_TO_C_STRING (pathout, ttlff, Qmswindows_tstr); | 90 EXTERNAL_TO_C_STRING (pathout, ttlff, Qmswindows_tstr); |
91 WIN32_TO_LOCAL_FILE_FORMAT (ttlff, in); | 91 WIN32_TO_LOCAL_FILE_FORMAT (ttlff, in); |
92 | 92 |