supernova: c++11 compile fix
[supercollider.git] / bindings / PySCLang / stdafx.h
blob21308881575096003193e572d48df2c3b0fa2da7
1 // stdafx.h : include file for standard system include files,
2 // or project specific include files that are used frequently, but
3 // are changed infrequently
4 //
6 #pragma once
8 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
9 // Windows Header Files:
10 #include <windows.h>
12 // TODO: reference additional headers your program requires here
14 #include "CXX/Objects.hxx"
15 #include "CXX/Extensions.hxx"
16 #include <winsock2.h>