- Timestamp:
- Jul 17, 2003, 10:03:33 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/initgdi32.cpp
r10167 r10178 1 /* $Id: initgdi32.cpp,v 1.1 4 2003-07-16 10:46:18sandervl Exp $1 /* $Id: initgdi32.cpp,v 1.15 2003-07-17 08:03:33 sandervl Exp $ 2 2 * 3 3 * DLL entry point … … 109 109 else { 110 110 pRGB555to565 = RGB555to565; 111 pRGB5 55to565 = RGB565to555;111 pRGB565to555 = RGB565to555; 112 112 } 113 113 dllHandle = RegisterLxDll(hModule, GdiLibMain, (PVOID)&gdi32_PEResTab,
Note:
See TracChangeset
for help on using the changeset viewer.