/
githubmirror
/
Files
Обзор
Документация
Войти
/
githubmirror
/
Files
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v3.7.7
src/Files.App.OpenDialog/dllmain.cpp
19 строк
452 B
0x5bfa
Code Quality: Update license year (#14933)
11 мар 2024, 23:55
Не верифицирован
11 мар 2024, 23:55
47108c4
Код
Авторство
О чём код?
// Copyright (c) 2024 Files Community // Licensed under the MIT License. See the LICENSE. // Abstract: // Implementation of module class. #include "pch.h" #include "framework.h" #include "resource.h" #include "CustomOpenDialog_i.h" #include "dllmain.h" CCustomOpenDialogModule _AtlModule; // DLL entry point EXTERN_C BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved) { return _AtlModule.DllMain(dwReason, lpReserved); }