- Remove the work item from the work queue in ChewRemove
[reactos.git] / rostests / apitests / apitest.h
index 2180a02..6900789 100644 (file)
@@ -4,11 +4,8 @@
 #include <stdlib.h>
 #include <stdarg.h>
 #include <stdio.h>
-#include <fcntl.h>
 #include <windows.h>
 
-#define open _open
-
 #define APISTATUS_NORMAL 0
 #define APISTATUS_NOT_FOUND 1
 #define APISTATUS_UNIMPLEMENTED 2