Commit d38ec9e2 authored by Alexandre Julliard's avatar Alexandre Julliard

cabinet/tests: Remove duplicate defines.

parent 92e50f57
......@@ -20,6 +20,8 @@
*/
#include <stdio.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <windows.h>
#include "fci.h"
#include "fdi.h"
......@@ -31,16 +33,6 @@
static CHAR CURR_DIR[MAX_PATH];
/* avoid including CRT headers */
#ifndef _O_BINARY
# define _O_BINARY 0x8000
#endif
#ifndef _S_IREAD
# define _S_IREAD 0x0100
# define _S_IWRITE 0x0080
#endif
#include <pshpack1.h>
struct CFHEADER
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment