|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r66283 - sandbox/chrono/boost/detail/win
From: vicente.botet_at_[hidden]
Date: 2010-10-30 13:19:16
Author: viboes
Date: 2010-10-30 13:19:16 EDT (Sat, 30 Oct 2010)
New Revision: 66283
URL: http://svn.boost.org/trac/boost/changeset/66283
Log:
Chrono: Some fixes in Implementation of header only detail/win
Text files modified:
sandbox/chrono/boost/detail/win/basic_types.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/chrono/boost/detail/win/basic_types.hpp
==============================================================================
--- sandbox/chrono/boost/detail/win/basic_types.hpp (original)
+++ sandbox/chrono/boost/detail/win/basic_types.hpp 2010-10-30 13:19:16 EDT (Sat, 30 Oct 2010)
@@ -50,7 +50,7 @@
typedef ::LPVOID LPVOID_;
typedef ::CHAR CHAR_;
typedef ::LPSTR LPSTR_;
- typedef ::LPCSTR *LPCSTR_;
+ typedef ::LPCSTR LPCSTR_;
typedef ::WCHAR WCHAR_;
typedef ::LPWSTR LPWSTR_;
typedef ::LPCWSTR LPCWSTR_;
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk