From: Cameron Gutman Date: Sun, 8 Jan 2012 03:28:03 +0000 (+0000) Subject: [WLANCONF] X-Git-Tag: backups/wlan-bringup@60693~36 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=cc3106f2ec6aeb7d785126eab06398041e285632 [WLANCONF] - Fix a typo and fix CMake build svn path=/branches/wlan-bringup/; revision=54872 --- 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,