Sync to trunk revision 61757.
[reactos.git] / dll / shellext / deskmon / precomp.h
index 08b5655..23db0a7 100644 (file)
@@ -1,19 +1,21 @@
 #ifndef __PRECOMP__H
 #define __PRECOMP__H
 
-#define COBJMACROS
+#include <stdarg.h>
+
 #define WIN32_NO_STATUS
 #define _INC_WINDOWS
 #define COM_NO_WINDOWS_H
-#include <stdarg.h>
+
+#define COBJMACROS
+
 #include <windef.h>
 #include <winbase.h>
 #include <wingdi.h>
 #include <wincon.h>
-#include <tchar.h>
 #include <shlobj.h>
 #include <dll/desk/deskcplx.h>
+
 #include "deskmon.h"
-#include "resource.h"
 
 #endif /* __PRECOMP__H */