mirror of
https://github.com/boostorg/regex.git
synced 2025-07-29 12:07:28 +02:00
Tentative MWCW fixes
[SVN r14662]
This commit is contained in:
@ -21,11 +21,13 @@
|
||||
* time check only.
|
||||
*/
|
||||
|
||||
#define UNICODE
|
||||
#define _UNICODE
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
#include <wchar.h>
|
||||
#define UNICODE
|
||||
#include <boost/regex.h>
|
||||
|
||||
#ifndef BOOST_NO_WREGEX
|
||||
|
Reference in New Issue
Block a user