AnimatLab  2
Test
Applications/PyAnimatSimTest/StdAfx.h
1 
2 #ifdef WIN32
3  #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
4 
5  #include <windows.h>
6 #endif
7 
8 #include "AnimatSim.h"
9 #include <platformstl/synch/sleep_functions.h>