mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 04:13:37 +00:00
[WLANCONF]
- Fix a typo and fix CMake build svn path=/branches/wlan-bringup/; revision=54872
This commit is contained in:
@@ -4,5 +4,5 @@ include_directories(
|
||||
${REACTOS_SOURCE_DIR}/include/reactos/drivers/ndisuio)
|
||||
add_executable(wlanconf wlanconf.c wlanconf.rc)
|
||||
set_module_type(wlanconf win32cui)
|
||||
add_importlibs(wlanconf kernel32)
|
||||
add_importlibs(wlanconf msvcrt kernel32)
|
||||
add_cd_file(TARGET wlanconf DESTINATION reactos/system32 FOR all)
|
||||
|
||||
@@ -55,7 +55,7 @@ OpenDriverHandle(VOID)
|
||||
DWORD dwBytesReturned;
|
||||
BOOL bSuccess;
|
||||
|
||||
/* Open a handle to this NDISUIO driver */
|
||||
/* Open a handle to the NDISUIO driver */
|
||||
hDriver = CreateFileW(NDISUIO_DEVICE_NAME,
|
||||
GENERIC_READ | GENERIC_WRITE,
|
||||
0,
|
||||
|
||||
Reference in New Issue
Block a user