Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Christian Butz
VTK
Commits
fb48867d
Commit
fb48867d
authored
Apr 02, 2004
by
Brad King
Browse files
ERR: tchar.h is not portable.
parent
b79ec075
Changes
1
Hide whitespace changes
Inline
Side-by-side
Common/vtkWin32OutputWindowProcess.c
View file @
fb48867d
...
...
@@ -13,7 +13,13 @@
=========================================================================*/
#include <windows.h>
#include <tchar.h>
#undef _T
#ifdef UNICODE
# define _T(x) L x
#else
# define _T(x) x
#endif
static
HWND
MainWindow
=
0
;
static
HWND
EditWindow
=
0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment