[WLANCONF]

- Fix a typo and fix CMake build

svn path=/branches/wlan-bringup/; revision=54872
This commit is contained in:
Cameron Gutman
2012-01-08 03:28:03 +00:00
parent 2e999b844a
commit cc3106f2ec
2 changed files with 2 additions and 2 deletions
@@ -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,