[SHELL32_APITEST] Improve the existing PCH and make use of it. Convert AddCommas...
[reactos.git] / modules / rostests / apitests / shell32 / CShellDesktop.cpp
index 61a462d..7b1fd34 100644 (file)
@@ -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 <ndk/rtlfuncs.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