Changeset 1001 for trunk/dll/loadbmp.c
- Timestamp:
- Apr 18, 2008, 6:37:05 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/loadbmp.c
r907 r1001 7 7 8 8 Copyright (c) 1993-98 M. Kimes 9 Copyright (c) 2006, 2007 Steven H. Levine9 Copyright (c) 2006, 2007 Steven H. Levine 10 10 11 11 22 Jul 06 SHL Check more run time errors … … 14 14 16 Jan 07 SHL Open bitmap file binary - no wonder the code does not work 15 15 16 Jan 07 SHL Beautify with indent -i2 16 16 18 Apr 08 SHL LoadBitmapFromFile ensure pf initialized if no hPS 17 17 ***********************************************************************/ 18 18 … … 61 61 if (!hPS) { 62 62 Win_Error(HWND_DESKTOP, HWND_DESKTOP, pszSrcFile, __LINE__, "WinGetPS"); 63 pf = NULL; 63 64 goto ExitLoadBMP; 64 65 }
Note:
See TracChangeset
for help on using the changeset viewer.