mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
Platform: Windows: Unicode safe
Compile and run correctly whether UNICODE and _UNICODE are defined or not
This commit is contained in:
@@ -42,7 +42,7 @@ PCAPDLL::PCAPDLL()
|
||||
}
|
||||
}
|
||||
#endif
|
||||
dll = LoadLibrary("wpcap.dll");
|
||||
dll = LoadLibrary(TEXT("wpcap.dll"));
|
||||
|
||||
if(dll == NULL) {
|
||||
closeDLL();
|
||||
|
||||
Reference in New Issue
Block a user