cxong / tinydir

Lightweight, portable and easy to integrate C directory and file reader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possible WIN32_LEAN_AND_MEAN redefinition

jesta88 opened this issue · comments

# define WIN32_LEAN_AND_MEAN

A lot of projects set this macro in the compiler defines. #ifndef it to make sure there's no redefinition.