- Timestamp:
- Nov 20, 1999, 5:00:14 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comdlg32/cdlg32.cpp
r1574 r1785 1 /* $Id: cdlg32.cpp,v 1. 3 1999-11-03 19:34:40 sandervlExp $ */1 /* $Id: cdlg32.cpp,v 1.4 1999-11-20 16:00:14 achimha Exp $ */ 2 2 /* 3 3 * Common Dialog Boxes interface (32 bit) … … 86 86 if(COMDLG32_hInstance) 87 87 { 88 ERR("comdlg32.dll instantiated twice in one address space!\n");88 dprintf(("comdlg32.dll instantiated twice in one address space!\n")); 89 89 /* 90 90 * We should return FALSE here, but that will break … … 100 100 if((COMDLG32_TlsIndex = TlsAlloc()) == 0xffffffff) 101 101 { 102 ERR("No space for COMDLG32 TLS\n");102 dprintf(("No space for COMDLG32 TLS\n")); 103 103 return FALSE; 104 104 } … … 110 110 if (!COMCTL32_hInstance || !SHELL32_hInstance || !SHLWAPI_hInstance) 111 111 { 112 ERR("loading of comctl32 or shell32 or shlwapi failed\n");112 dprintf(("loading of comctl32 or shell32 or shlwapi failed\n")); 113 113 return FALSE; 114 114 }
Note:
See TracChangeset
for help on using the changeset viewer.