Changeset 1647 for trunk/dll/misc.c
- Timestamp:
- Nov 13, 2011, 6:18:54 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/misc.c
r1628 r1647 70 70 26 Aug 11 GKY Add a low mem version of xDosAlloc* wrappers; move error checking into all the 71 71 xDosAlloc* wrappers. 72 12 Nov 11 GKY Fixed HelpViewer's failure to open help files and subsequent failure with files with spaces. 72 73 73 74 ***********************************************************************/ … … 1095 1096 ret = runemf2(SEPARATE | WINDOWED, HWND_DESKTOP, pszSrcFile, __LINE__, 1096 1097 NULL, NULL, 1097 "VIEW.EXE \"%s\"",1098 "VIEW.EXE %s", 1098 1099 BldQuotedFileName(szQuotedFileName, filename)); 1099 1100 }
Note:
See TracChangeset
for help on using the changeset viewer.