summaryrefslogtreecommitdiff
path: root/storage/connect/osutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'storage/connect/osutil.c')
-rw-r--r--storage/connect/osutil.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/storage/connect/osutil.c b/storage/connect/osutil.c
index 5b32f0f5a3b..f59f6d2517f 100644
--- a/storage/connect/osutil.c
+++ b/storage/connect/osutil.c
@@ -17,7 +17,6 @@ my_bool CloseFileHandle(HANDLE h)
//#include <ctype.h>
#include <fcntl.h>
-#define DWORD int
extern FILE *debug;
/***********************************************************************/
@@ -195,7 +194,7 @@ char *_fullpath(char *absPath, const char *relPath, size_t maxLength)
return absPath;
} /* end of _fullpath */
-bool MessageBeep(uint i)
+BOOL MessageBeep(uint i)
{
// Fixme
return TRUE;