-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2017-09-09 18:28 UTC Viktor Szakats (vszakats users.noreply.github.com)
* contrib/gtwvg/wvgwing.c * contrib/gtwvg/gtwvglo.h * WVG_PREPAREBITMAPFROMFILE(): rewritten to use VF file I/O instead of CreateFile() Windows API * contrib/gtwvg/gtwvg.h * contrib/gtwvg/wvgcore.c * contrib/gtwvg/wvgcuig.c * hb_wvt_gtLoadPicture(): rewritten to use VF file I/O instead of CreateFile() Windows API. [INCOMPATIBLE] for C code that called this function directly, as the input filename is now a char * instead of an LPCTSTR. Harbour-level functions affected: wvg_SetGObjData(), wvg_Image(), wvt_LoadPicture(), wvt_LoadPictureEx() * hb_wvt_gtLoadPicture(), hb_wvt_gtLoadPictureFromResource(): define and export these on WinCE too, they will act as dummy functions on this platform. Previously it remained undefined instead. * contrib/gtwvg/wvgcore.c * hb_wvt_DrawImage(): rewritten to use VF file I/O instead of CreateFile() Windows API. Harbour-level functions affected: wvg_DrawImage(), wvt_DrawImage(), wvt_DrawButton(), wvt_DrawProgressBar() * contrib/gtwvw/gtwvwd.c * hb_gt_wvw_LoadPicture(): rewritten to use VF file I/O instead of CreateFile() Windows API. ; After these updates, gtwvg/gtwvw no longer accesses the filesystem directly. All VF filters/features work in filenames passed to them. * .gitattributes * .odt is a no longer a binary
- Loading branch information
Showing
8 changed files
with
205 additions
and
185 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,6 @@ | |
*.jpg binary | ||
*.lbl binary | ||
*.mdb binary | ||
*.odt binary | ||
*.pdf binary | ||
*.png binary | ||
*.sqlite3 binary | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.