Добавлена папка source в CristalDiskMark

This commit is contained in:
2026-05-29 13:04:54 +07:00
commit bdc2295ee4
240 changed files with 94035 additions and 0 deletions
@@ -0,0 +1,24 @@
/*---------------------------------------------------------------------------*/
// Author : hiyohiyo
// Mail : hiyohiyo@crystalmark.info
// Web : https://crystalmark.info/
// License : MIT License
/*---------------------------------------------------------------------------*/
#pragma once
#include "resource.h"
class CDiskMarkApp : public CWinApp
{
public:
CDiskMarkApp();
public:
virtual BOOL InitInstance();
DECLARE_MESSAGE_MAP()
};
extern CDiskMarkApp theApp;