equal
deleted
inserted
replaced
134 } |
134 } |
135 scardEndTransaction = (FPTR_SCardEndTransaction) findFunction(env, hModule, "SCardEndTransaction"); |
135 scardEndTransaction = (FPTR_SCardEndTransaction) findFunction(env, hModule, "SCardEndTransaction"); |
136 if ((*env)->ExceptionCheck(env)) { |
136 if ((*env)->ExceptionCheck(env)) { |
137 return; |
137 return; |
138 } |
138 } |
|
139 #ifndef __APPLE__ |
139 scardControl = (FPTR_SCardControl) findFunction(env, hModule, "SCardControl"); |
140 scardControl = (FPTR_SCardControl) findFunction(env, hModule, "SCardControl"); |
|
141 #else |
|
142 scardControl = (FPTR_SCardControl) findFunction(env, hModule, "SCardControl132"); |
|
143 #endif // __APPLE__ |
140 } |
144 } |