Changeset 2879 for trunk/src/gdi32/gdi32.cpp
- Timestamp:
- Feb 24, 2000, 8:17:15 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/gdi32.cpp
r2859 r2879 1 /* $Id: gdi32.cpp,v 1.4 4 2000-02-22 19:11:49sandervl Exp $ */1 /* $Id: gdi32.cpp,v 1.45 2000-02-24 19:17:15 sandervl Exp $ */ 2 2 3 3 /* … … 497 497 lpszDriver = szDisplay; 498 498 } 499 //SvL: Open32 tests lpszDriver for NULL even though it's ignored 500 if(lpszDriver == NULL) { 501 lpszDriver = lpszDevice; 502 } 499 503 return O32_CreateIC(lpszDriver, lpszDevice, lpszOutput, lpdvmInit); 500 504 }
Note:
See TracChangeset
for help on using the changeset viewer.