/[gcl]/gcl/o/unexnt.c
ViewVC logotype

Diff of /gcl/o/unexnt.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by mjthomas, Tue Jul 30 02:53:32 2002 UTC revision 1.9 by mjthomas, Mon Sep 23 14:47:37 2002 UTC
# Line 713  void Line 713  void
713  read_in_bss (char *filename)  read_in_bss (char *filename)
714  {  {
715    HANDLE file;    HANDLE file;
716    DWORD size, index, n_read, total_read;    DWORD index, n_read;
   char   buffer[512], *bss;  
717    int    i;    int    i;
718    
719    file = CreateFile (filename, GENERIC_READ, FILE_SHARE_READ, NULL,    file = CreateFile (filename, GENERIC_READ, FILE_SHARE_READ, NULL,

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26