mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:13:03 +00:00
[SHELL32_APITEST] Improve the existing PCH and make use of it. Convert AddCommas.c to c++ in order to have it benefit from the PCH.
This commit is contained in:
parent
95ec9464d3
commit
8ed8eec17c
14 changed files with 39 additions and 63 deletions
|
@ -7,16 +7,10 @@
|
|||
*/
|
||||
|
||||
#include "shelltest.h"
|
||||
#include <atlbase.h>
|
||||
#include <atlcom.h>
|
||||
#include <strsafe.h>
|
||||
|
||||
#include <ndk/rtlfuncs.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
#include <shellutils.h>
|
||||
|
||||
|
||||
// We would normally use S_LESSTHAN and S_GREATERTHAN, but w2k3 returns numbers like 3 and -3...
|
||||
// So instead we check on the sign bit (compare result is the low word of the hresult).
|
||||
#define SHORT_SIGN_BIT 0x8000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue