Hmm, HMODULE should have been void*

svn path=/trunk/; revision=28341
This commit is contained in:
Jörg Mayer 2009-05-13 06:29:14 +00:00
parent e699ac6498
commit 21dd65ec11
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
* We load dynamically the dag library in order link it only when
* it's present on the system
*/
static void ** AirpcapLib = NULL;
static void * AirpcapLib = NULL;
/*
* Set to TRUE if the DLL was successfully loaded AND all functions