Remove unnecessary executable bits
[reactos.git] / modules / rostests / winetests / kernel32 / timer.c
old mode 100755 (executable)
new mode 100644 (file)
index b8d0892..be4c9e9
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include "precomp.h"
+#ifndef __REACTOS__
+#define _WIN32_WINNT 0x0501
+#endif
+
+#include "wine/test.h"
+#include "winbase.h"
+
 
 static void test_timer(void)
 {