mirror of
https://github.com/MinimaJack/JVM-plugin.git
synced 2024-11-21 13:15:56 +02:00
11 lines
282 B
C
11 lines
282 B
C
// 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__
|