cvs commit: fptools/hslibs/win32 .cvsignore Makefile.hugs dumpBMP.h StdDIS_stub_ffi.c StdDIS_stub_ffi.h fptools/hslibs/win32/gc-src Win32Dialogue.gc Win32Window.gc

Alastair Reid <[email protected]> Sun, 25 Aug 2002 15:05:46 -0700
Newsgroups gmane.comp.lang.haskell.cvs.hslibs
Message-ID <[email protected]>
reid        2002/08/25 15:05:46 PDT

  Modified files:
    hslibs/win32         Makefile.hugs dumpBMP.h 
    hslibs/win32/gc-src  Win32Dialogue.gc Win32Window.gc 
  Added files:
    hslibs/win32         .cvsignore 
  Removed files:
    hslibs/win32         StdDIS_stub_ffi.c StdDIS_stub_ffi.h 
  Log:
  Tweaked Makefile.hugs to make it all build for Hugs.
  
  Replaced deprecated 'foreign export dynamic' with 'foreign import wrapper'.
  
  Made one dubious change in mkDialogClosure:
  
    It was declared as using calling convention stdcall.
    Hugs doesn't support stdcall yet so I changed it to ccall.
    This probably doesn't work but, AFAIK, no-one uses this function
     so I decided to do it anyway.
  
  
  Revision  Changes    Path
  1.6       +5 -6      fptools/hslibs/win32/Makefile.hugs
  1.3       +1 -4      fptools/hslibs/win32/dumpBMP.h
  1.2       +6 -1      fptools/hslibs/win32/gc-src/Win32Dialogue.gc
  1.2       +2 -7      fptools/hslibs/win32/gc-src/Win32Window.gc