reactos/rostests/apitests/user32
Hermès Bélusca-Maïto 5c9adf775d [NDK]: No, the NDK applications do not have to use UNICODE.
Indeed the RTL/NDK/whatever always explicitely uses ANSI and/or UNICODE string types where needed (and do not depend on tchar.h stuff).
It is up to the given application to explicitely specify (in its CMakeLists.txt or elsewhere) whether it wants to define UNICODE or not.
--> Fix the problem of having the UNICODE define magically being defined after including some NDK header.

[DNSAPI][USER32_APITEST]: Explicitely use UNICODE functions where needed (and as was already done in other parts of the code).

svn path=/trunk/; revision=74172
2017-03-15 00:06:42 +00:00
..
AttachThreadInput.c [USER32_APITEST] -Move the helper functions in the common include directory 2017-03-07 22:29:48 +00:00
CMakeLists.txt [USER32_APITEST] -Move the helper functions in the common include directory 2017-03-07 22:29:48 +00:00
CreateDialog.c [USER32_APITEST] 2015-04-16 11:35:23 +00:00
CreateIconFromResourceEx.c [USER32_APITEST] 2013-11-14 23:11:23 +00:00
CreateWindowEx.c [USER32_APITEST] 2015-10-26 12:12:01 +00:00
DeferWindowPos.c [USER32_APITEST] -Move the helper functions in the common include directory 2017-03-07 22:29:48 +00:00
desktop.c [USER32_APITEST] -Move the helper functions in the common include directory 2017-03-07 22:29:48 +00:00
DestroyCursorIcon.c [APITESTS:USER32] 2013-09-22 18:17:54 +00:00
DrawIconEx.c [APITESTS:USER32] 2013-09-22 18:17:54 +00:00
EnumDisplaySettings.c [USER32_APITEST] Add tests for EnumDisplaySettingsA 2016-09-11 19:50:16 +00:00
GetDCEx.c [USER32_APITEST] -Move the helper functions in the common include directory 2017-03-07 22:29:48 +00:00
GetIconInfo.c [USER32_APITEST] 2013-11-14 23:11:23 +00:00
GetKeyState.c [APITESTS:USER32] 2013-09-22 18:17:54 +00:00
GetPeekMessage.c [COMMENTS] 2013-10-12 16:05:54 +00:00
GetSystemMetrics.c [APITESTS:USER32] 2013-09-22 18:17:54 +00:00
GetUserObjectInformation.c [USER32_APITEST] 2016-10-04 15:14:30 +00:00
GetWindowPlacement.c [WIN32K:NTUSER] 2015-04-21 10:14:12 +00:00
InitializeLpkHooks.c [APITESTS:USER32] 2013-09-22 18:17:54 +00:00
LoadImage.c [USER32_APITEST] 2014-10-23 11:19:21 +00:00
LookupIconIdFromDirectoryEx.c [USER32_APITEST] 2013-11-14 23:11:23 +00:00
NextDlgItem.c [User32_API] 2016-12-19 16:28:42 +00:00
RealGetWindowClass.c [ApiTest] 2015-01-05 22:25:48 +00:00
RegisterClassEx.c [NDK]: No, the NDK applications do not have to use UNICODE. 2017-03-15 00:06:42 +00:00
RegisterHotKey.c [USER32_APITEST] 2015-06-18 14:02:55 +00:00
resource.h [APITESTS:USER32] 2013-09-22 18:17:54 +00:00
ScrollDC.c [APITESTS:USER32] 2013-09-22 18:17:54 +00:00
ScrollWindowEx.c [APITESTS:USER32] 2013-09-22 18:17:54 +00:00
SendMessageTimeout.c [USER32_APITEST] -Move the helper functions in the common include directory 2017-03-07 22:29:48 +00:00
SetActiveWindow.c [USER32_APITEST] -Move the helper functions in the common include directory 2017-03-07 22:29:48 +00:00
SetCursorPos.c [user32_apitest] 2015-10-03 21:41:10 +00:00
SetParent.c [USER32_APITEST] -Move the helper functions in the common include directory 2017-03-07 22:29:48 +00:00
SetProp.c [USER32_APITEST] -Move the helper functions in the common include directory 2017-03-07 22:29:48 +00:00
SetScrollInfo.c [USER32_APITEST] 2015-04-17 17:22:07 +00:00
SetScrollRange.c [USER32_APITEST] 2017-03-04 18:34:35 +00:00
SystemParametersInfo.c [USER32_APITEST] -Move the helper functions in the common include directory 2017-03-07 22:29:48 +00:00
test.cur [USER32_APITEST] 2011-03-03 21:49:44 +00:00
test.ico [USER32_APITEST] 2011-03-03 21:49:44 +00:00
testlist.c [USER32_APITEST] 2017-03-04 18:34:35 +00:00
TrackMouseEvent.c [USER32_APITEST] -Move the helper functions in the common include directory 2017-03-07 22:29:48 +00:00
user32_apitest.rc [User32_API] 2016-12-19 16:28:42 +00:00
verclasstest1.manifest [USER32_APITEST] -Add tests for global classes and versioned classes for RegisterClassEx. 2017-02-06 16:33:25 +00:00
verclasstest2.manifest [USER32_APITEST] -Add more tests for versioned classes. 2017-02-11 10:01:13 +00:00
WndProc.c [NTDLL_APITEST] Disable NtContinue test when runtime checks are enabled 2014-10-19 19:37:55 +00:00
wsprintf.c [CRT TEST][USER32_APITEST] 2012-07-04 17:33:56 +00:00