1
0
mirror of https://github.com/MinimaJack/JVM-plugin.git synced 2025-02-21 07:56:05 +02:00
JVM-plugin/stdafx.h

11 lines
282 B
C
Raw Normal View History

2019-11-29 14:29:46 +03:00
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#ifndef __STDAFX_H__
#define __STDAFX_H__
#ifndef __linux__
#include <windows.h>
#endif //__linux__
#endif //__STDAFX_H__