Sync with trunk rev.61910 to get latest improvements and bugfixes.
[reactos.git] / dll / win32 / sti / sti.c
index d326710..77f6a9a 100644 (file)
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#define WIN32_NO_STATUS
-#define _INC_WINDOWS
-#define COM_NO_WINDOWS_H
+#include "precomp.h"
 
-#include <stdarg.h>
-
-#define COBJMACROS
-
-#include <windef.h>
-#include <winbase.h>
 #include <winreg.h>
-//#include "winerror.h"
-//#include "objbase.h"
-#include <sti.h>
 
-#include <wine/debug.h>
 #include <wine/unicode.h>
 
-WINE_DEFAULT_DEBUG_CHANNEL(sti);
-
 static const WCHAR registeredAppsLaunchPath[] = {
     'S','O','F','T','W','A','R','E','\\',
     'M','i','c','r','o','s','o','f','t','\\',