samples/mfc: needs #define UNICODE
The header-order workaround for WINVER should also be used for UNICODE and _UNICODE
This commit is contained in:
parent
27aa7e90a7
commit
d970c8eeae
1 changed files with 6 additions and 0 deletions
|
|
@ -55,6 +55,12 @@
|
|||
#ifndef WINVER
|
||||
#define WINVER 0x0600
|
||||
#endif
|
||||
#ifndef _UNICODE
|
||||
# define _UNICODE
|
||||
#endif
|
||||
#ifndef UNICODE
|
||||
# define UNICODE
|
||||
#endif
|
||||
|
||||
#include "stdafx.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue