lean cpp library
A lean C++ library providing efficient utility classes for high-performance C++ applications.
stdafx.h
00001 // stdafx.h : include file for standard system include files,
00002 // or project specific include files that are used frequently, but
00003 // are changed infrequently
00004 //
00005 
00006 #pragma once
00007 
00008 #include "lean/depconfig.h"
00009 #include "lean/lean.h"
00010 #include "targetver.h"
00011 
00012 #include <windows.h>