Scriptlet to disable certain modules
[fedora-idea.git] / native / IdeaWin32 / IdeaWin32.h
blob2fe5bd16e17dec9612dcf48484d2080f2ef6ed54
1 #include "jni.h"
3 #ifdef __cplusplus
4 extern "C" {
5 #endif
7 JNIEXPORT void JNICALL Java_com_intellij_openapi_vfs_impl_win32_FileInfo_initIDs(JNIEnv *env, jclass cls);
9 JNIEXPORT jobject JNICALL Java_com_intellij_openapi_vfs_impl_win32_IdeaWin32_getInfo(JNIEnv *env, jobject method, jstring path);
11 JNIEXPORT jobjectArray JNICALL Java_com_intellij_openapi_vfs_impl_win32_IdeaWin32_listChildren(JNIEnv *env, jobject method, jstring path);
13 #ifdef __cplusplus
15 #endif