aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/src/resource.hpp
blob: 0e3186cf5f951f073de6d472aaa82af9b1085975 (plain) (tree)
1
2
3
4
5
6
7
8
                                                         

                                                                   

                                     

            
                    




                  
                              
 
                                              
 
// Copyright (c) 2016 Egor Tensin <Egor.Tensin@gmail.com>
// This file is part of the "Privilege check" project.
// For details, see https://github.com/egor-tensin/privilege-check.
// Distributed under the MIT License.

#pragma once

#include <Windows.h>

#include <string>

namespace resource
{
    HMODULE load_exe_module();

    std::wstring load_string(unsigned int id);
}