Skip to content

Commit

Permalink
added: TEXT() macro
Browse files Browse the repository at this point in the history
  • Loading branch information
saramibreak committed Oct 1, 2019
1 parent 5e93288 commit f0c6ff8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions DiscImageCreator/_linux/defineForLinux.h
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ typedef PZZSTR PZZTSTR, PUZZTSTR;
typedef PCZZSTR PCZZTSTR, PCUZZTSTR;
typedef PNZCH PNZTCH, PUNZTCH;
typedef PCNZCH PCNZTCH, PCUNZTCH;
#define __TEXT(quote) quote // r_winnt

#define TEXT(quote) __TEXT(quote) // r_winnt

typedef SHORT *PSHORT;
typedef LONG *PLONG;
Expand Down

0 comments on commit f0c6ff8

Please sign in to comment.