mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[NLS2TXT] Remove unneeded imports
svn path=/trunk/; revision=72695
This commit is contained in:
parent
d4e7d0c0ff
commit
8e08a3b453
2 changed files with 1 additions and 3 deletions
|
@ -8,5 +8,5 @@ list(APPEND SOURCE
|
|||
add_executable(nls2txt ${SOURCE} nls2txt.rc)
|
||||
add_pch(nls2txt precomp.h SOURCE)
|
||||
set_module_type(nls2txt win32cui UNICODE)
|
||||
add_importlibs(nls2txt user32 gdi32 comdlg32 comctl32 getuname msvcrt kernel32)
|
||||
add_importlibs(nls2txt getuname msvcrt kernel32)
|
||||
add_cd_file(TARGET nls2txt DESTINATION reactos/system32 FOR all)
|
||||
|
|
|
@ -9,8 +9,6 @@
|
|||
#define __PRECOMP_H
|
||||
|
||||
#include <windows.h>
|
||||
#include <windowsx.h>
|
||||
#include <commctrl.h>
|
||||
#include <strsafe.h>
|
||||
|
||||
#define MAX_STR_LEN 256
|
||||
|
|
Loading…
Reference in a new issue