tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

ErrorMsg.h (227B)


      1 // Windows/ErrorMsg.h
      2 
      3 #ifndef __WINDOWS_ERROR_MSG_H
      4 #define __WINDOWS_ERROR_MSG_H
      5 
      6 #include "../Common/MyString.h"
      7 
      8 namespace NWindows {
      9 namespace NError {
     10 
     11 UString MyFormatMessage(DWORD errorCode);
     12 
     13 }}
     14 
     15 #endif