Skip to content
This repository has been archived by the owner on Jan 3, 2021. It is now read-only.

Commit

Permalink
function define for compiling with windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxuser committed Jul 22, 2014
1 parent a848130 commit 74c278c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions OZMTool/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
#include <QString>
#include "../peimage.h"

#if defined(_WIN32) || defined(_WIN64)
#define strcasecmp _stricmp
#endif

#define ERR_DIR_NOT_EXIST 0xEB
#define ERR_FILE_NOT_FOUND 0xEC
#define ERR_FILE_EXISTS 0xED
Expand Down

0 comments on commit 74c278c

Please sign in to comment.