mirror of
https://github.com/MinimaJack/JVM-plugin.git
synced 2025-02-21 07:56:05 +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__
|