LLVM API Documentation

Win32.h File Reference

#include "llvm/Config/config.h"
#include "windows.h"
#include <cassert>
#include <string>

Include dependency graph for Win32.h:

Go to the source code of this file.

Defines

#define _WIN32_WINNT   0x0500

Functions

bool GetError (const std::string &Prefix, std::string *Dest)
void ThrowError (const std::string &msg)
void ThrowErrno (const std::string &prefix)


Define Documentation

#define _WIN32_WINNT   0x0500

Definition at line 20 of file Win32.h.


Function Documentation

bool GetError ( const std::string &  Prefix,
std::string *  Dest 
) [inline]

Definition at line 27 of file Win32.h.

void ThrowErrno ( const std::string &  prefix  )  [inline]

Definition at line 47 of file Win32.h.

References ThrowError().

void ThrowError ( const std::string &  msg  )  [inline]

Definition at line 37 of file Win32.h.

Referenced by ThrowErrno().