| ... | ... | @@ -2868,6 +2868,12 @@ pub const LRESULT = LONG_PTR; |
| 2868 | 2868 | |
| 2869 | 2869 | pub const va_list = *opaque {}; |
| 2870 | 2870 | |
| 2871 | pub const TCHAR = @compileError("Deprecated: choose between `CHAR` or `WCHAR` directly instead."); |
| 2872 | pub const LPTSTR = @compileError("Deprecated: choose between `LPSTR` or `LPWSTR` directly instead."); |
| 2873 | pub const LPCTSTR = @compileError("Deprecated: choose between `LPCSTR` or `LPCWSTR` directly instead."); |
| 2874 | pub const PTSTR = @compileError("Deprecated: choose between `PSTR` or `PWSTR` directly instead."); |
| 2875 | pub const PCTSTR = @compileError("Deprecated: choose between `PCSTR` or `PCWSTR` directly instead."); |
| 2876 | |
| 2871 | 2877 | pub const TRUE = 1; |
| 2872 | 2878 | pub const FALSE = 0; |
| 2873 | 2879 | |