Changeset 26
- Timestamp:
- 10/10/07 02:35:15 (6 years ago)
- Location:
- trunk
- Files:
-
- 8 edited
-
EraserDll/RND.cpp (modified) (1 diff)
-
EraserDll/Schneier7Pass.cpp (modified) (1 diff)
-
EraserDoc.cpp (modified) (2 diffs)
-
EraserUI/EraserUI.vcproj (modified) (4 diffs)
-
Erasext/ErasextMenu.cpp (modified) (2 diffs)
-
HotKeyDlg.cpp (modified) (2 diffs)
-
KeyComboDlg.cpp (modified) (1 diff)
-
SchedulerView.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/EraserDll/RND.cpp
r4 r26 66 66 (uUsedSize == uWritten); 67 67 68 DWORD le = GetLastError();69 68 // flush to disk 70 69 FlushFileBuffers(context->m_hFile); -
trunk/EraserDll/Schneier7Pass.cpp
r4 r26 72 72 (uUsedSize == uWritten); 73 73 74 DWORD le = GetLastError();75 74 // flush to disk 76 75 FlushFileBuffers(context->m_hFile); -
trunk/EraserDoc.cpp
r23 r26 143 143 */ 144 144 145 LPTSTR p = m_strExePath.GetBuffer(MAX_PATH);146 HRESULT hr = ::SHGetFolderPath(NULL,CSIDL_COMMON_DOCUMENTS | CSIDL_FLAG_CREATE, NULL, SHGFP_TYPE_CURRENT, p);147 145 m_strExePath.ReleaseBuffer(); 148 146 m_strExePath = m_strExePath.Left(m_strExePath.ReverseFind('\\') + 1); … … 270 268 { 271 269 int iSize; 272 WORD wID = 0;273 270 274 271 // remove invalid items -
trunk/EraserUI/EraserUI.vcproj
r25 r26 46 46 Optimization="0" 47 47 AdditionalIncludeDirectories=""$(SOLUTIONDIR)"" 48 PreprocessorDefinitions="WIN32;_DEBUG;_LIB "48 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" 49 49 MinimalRebuild="true" 50 50 ExceptionHandling="2" … … 111 111 Optimization="2" 112 112 AdditionalIncludeDirectories=""$(SOLUTIONDIR)"" 113 PreprocessorDefinitions="WIN32;NDEBUG;_LIB "113 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" 114 114 StringPooling="true" 115 115 ExceptionHandling="2" … … 175 175 Optimization="0" 176 176 AdditionalIncludeDirectories=""$(SOLUTIONDIR)"" 177 PreprocessorDefinitions="WIN32;_DEBUG;_LIB "177 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" 178 178 MinimalRebuild="true" 179 179 ExceptionHandling="2" … … 240 240 Name="VCCLCompilerTool" 241 241 AdditionalIncludeDirectories=""$(SOLUTIONDIR)"" 242 PreprocessorDefinitions="WIN32;NDEBUG;_LIB "242 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" 243 243 StringPooling="true" 244 244 ExceptionHandling="2" -
trunk/Erasext/ErasextMenu.cpp
r5 r26 166 166 { 167 167 CKey kReg; 168 BOOL bEnabled = TRUE;169 168 CString strPath(""), strKey(""), strRes(""); 170 169 strPath.Format("%s\\%s", ERASER_REGISTRY_BASE, szAccelerKey); … … 277 276 278 277 279 LPITEMIDLIST pidlFolder , pidlTarget = NULL;278 LPITEMIDLIST pidlFolder; 280 279 pidlFolder = SHBrowseForFolder(&bi); 281 280 if (!pidlFolder) -
trunk/HotKeyDlg.cpp
r3 r26 117 117 if (!no_registry) { 118 118 DWORD dwId = 0; 119 BYTE nItem = 1;120 119 while (kReg.GetNextValueName(strValueName,dwId)) { 121 120 if (kReg.GetValue(strValue,strValueName)) … … 193 192 CKey &kReg = no_registry ? kReg_ini : kReg_reg; 194 193 CString strPath; 195 BOOL bRes = TRUE;196 194 197 195 strPath.Format("%s\\%s", ERASER_REGISTRY_BASE, szAccelerKey); -
trunk/KeyComboDlg.cpp
r3 r26 82 82 CString strTmp(m_strRegKey.MakeUpper()); 83 83 strLine.MakeUpper(); 84 int ii = strTmp.Find(strLine[0]);85 84 if (strTmp.Find(strLine[0]) ==-1 ) { 86 85 m_eKey.Undo(); -
trunk/SchedulerView.cpp
r23 r26 531 531 if (lc.GetSelectedCount() > 0) 532 532 { 533 DWORD dwExitCode = 0;534 533 int nItem, nIndex, iSize = pDoc->m_paScheduledTasks.GetSize(); 535 534 CScheduleItem *psiItem = 0; … … 848 847 { 849 848 TRACE("CSchedulerView::OnTimer\n"); 850 851 CListCtrl& lc = GetListCtrl();852 853 849 CEraserDoc *pDoc = static_cast<CEraserDoc*>(GetDocument()); 854 850 ASSERT(AfxIsValidAddress(pDoc, sizeof(CEraserDoc)));
Note: See TracChangeset
for help on using the changeset viewer.
