| version 1.1 | | version 1.2 |
|---|
| | |
| | | |
| #include "pch.h" | | #include "pch.h" |
| #include "Debug.h" | | #include "Debug.h" |
| | | extern "C" { |
| #include "WinMain.h" | | #include "WinMain.h" |
| | | } |
| | | |
| | | |
| /* | | /* |
| | |
| **----------------------------------------------------------------------------- | | **----------------------------------------------------------------------------- |
| */ | | */ |
| | | |
| | | extern "C" |
| BOOL GetDDErrorString (HRESULT hResult, LPTSTR lpszError, DWORD cchError); | | BOOL GetDDErrorString (HRESULT hResult, LPTSTR lpszError, DWORD cchError); |
| | | |
| | | |
| | |
| **----------------------------------------------------------------------------- | | **----------------------------------------------------------------------------- |
| */ | | */ |
| | | |
| | | extern "C" |
| BOOL GetDDErrorString (HRESULT hResult, LPTSTR lpszErrorBuff, DWORD cchError) | | BOOL GetDDErrorString (HRESULT hResult, LPTSTR lpszErrorBuff, DWORD cchError) |
| { | | { |
| DWORD cLen; | | DWORD cLen; |