Skip to content

Commit

Permalink
winapi: Remove MAXDIR, MAXEXT and MAXFILE constants since they …
Browse files Browse the repository at this point in the history
…are incorrect when it comes to FATX
  • Loading branch information
skye committed Jun 10, 2023
1 parent 9dbed52 commit ac0f701
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/xboxrt/libc_extensions/direct.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@

#define MAXPATH 80
#define MAXDRIVE 3
#define MAXDIR 66
#define MAXFILE 9
#define MAXEXT 5

/*
* These silently succeed, since they wouldn't have any effect on the program at all
Expand Down

0 comments on commit ac0f701

Please sign in to comment.