8 #ifndef BOOST_NOWIDE_WINDOWS_HPP_INCLUDED     9 #define BOOST_NOWIDE_WINDOWS_HPP_INCLUDED    13 #ifdef BOOST_NOWIDE_USE_WINDOWS_H    22 __declspec(dllimport) wchar_t*        __stdcall GetEnvironmentStringsW(
void);
    23 __declspec(dllimport) 
int             __stdcall FreeEnvironmentStringsW(
wchar_t *);
    24 __declspec(dllimport) 
wchar_t*        __stdcall GetCommandLineW(
void);
    25 __declspec(dllimport) 
wchar_t**       __stdcall CommandLineToArgvW(
wchar_t const *,
int *);
    26 __declspec(dllimport) 
unsigned long   __stdcall GetLastError();
    27 __declspec(dllimport) 
void*           __stdcall LocalFree(
void *);
    28 __declspec(dllimport) 
int             __stdcall SetEnvironmentVariableW(
wchar_t const *,
wchar_t const *);
    29 __declspec(dllimport) 
unsigned long   __stdcall GetEnvironmentVariableW(
wchar_t const *,
wchar_t *,
unsigned long);