From cc3106f2ec6aeb7d785126eab06398041e285632 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sun, 8 Jan 2012 03:28:03 +0000 Subject: [PATCH] [WLANCONF] - Fix a typo and fix CMake build svn path=/branches/wlan-bringup/; revision=54872 --- base/applications/network/wlanconf/CMakeLists.txt | 2 +- base/applications/network/wlanconf/wlanconf.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/base/applications/network/wlanconf/CMakeLists.txt b/base/applications/network/wlanconf/CMakeLists.txt index b3de5311acc..cba656b152d 100644 --- a/base/applications/network/wlanconf/CMakeLists.txt +++ b/base/applications/network/wlanconf/CMakeLists.txt @@ -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) diff --git a/base/applications/network/wlanconf/wlanconf.c b/base/applications/network/wlanconf/wlanconf.c index 3d896832bc7..af0105ee5ae 100644 --- a/base/applications/network/wlanconf/wlanconf.c +++ b/base/applications/network/wlanconf/wlanconf.c @@ -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,