Skip to content

Commit

Permalink
WIN32 -> _WIN32
Browse files Browse the repository at this point in the history
  • Loading branch information
toxieainc committed Jan 13, 2024
1 parent 505d906 commit 0d2e8a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/vc/dirent.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#include "dirent.h"

#ifdef WIN32
#ifdef _WIN32

/** open the current directory and return a structure
* to be used in subsequent readdir() and closedir()
Expand Down
2 changes: 1 addition & 1 deletion src/vc/dirent.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#pragma once
#endif

#ifdef WIN32
#ifdef _WIN32

#ifndef WIN32_LEAN_AND_MEAN
//#define WIN32_LEAN_AND_MEAN
Expand Down

0 comments on commit 0d2e8a0

Please sign in to comment.