OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
stdafx.h File Reference

Go to the source code of this file.

Macros

#define WIN32_LEAN_AND_MEAN
 
#define DBOUT(s)
 

Macro Definition Documentation

◆ DBOUT

#define DBOUT ( s)
Value:
{ \
std::ostringstream os_; \
os_ << s; \
OutputDebugStringA( os_.str().c_str() ); \
}

◆ WIN32_LEAN_AND_MEAN

#define WIN32_LEAN_AND_MEAN