Changeset 1158 for trunk/dll/loadbmp.c
- Timestamp:
- Sep 5, 2008, 11:40:35 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/loadbmp.c
r1104 r1158 30 30 31 31 #include "errutil.h" // Dos_Error... 32 #include "loadbmp.h" 32 33 #include "fm3dll.h" 33 34 34 35 static PSZ pszSrcFile = __FILE__; 36 37 static HBITMAP LoadBitmapFromFile(CHAR * pszFileName); 35 38 36 39 HBITMAP LoadBitmapFromFileNum(USHORT id)
Note:
See TracChangeset
for help on using the changeset viewer.