[WLANCONF]
authorCameron Gutman <aicommander@gmail.com>
Sun, 8 Jan 2012 03:28:03 +0000 (03:28 +0000)
committerCameron Gutman <aicommander@gmail.com>
Sun, 8 Jan 2012 03:28:03 +0000 (03:28 +0000)
- Fix a typo and fix CMake build

svn path=/branches/wlan-bringup/; revision=54872

base/applications/network/wlanconf/CMakeLists.txt
base/applications/network/wlanconf/wlanconf.c

index b3de531..cba656b 100644 (file)
@@ -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)
index 3d89683..af0105e 100644 (file)
@@ -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,