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
_______________________________________________
Cvs-hslibs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-hslibs


Reply via email to