garrynewman / GWEN

Abandoned: GWEN - GUI Without Extravagant Nonsense.
MIT License
428 stars 102 forks source link

Changed #defines to static const size_t in Windows.cpp #52

Closed DeeKayHT closed 11 years ago

DeeKayHT commented 11 years ago

Small change to remove my previously added #defines to static const size_t to match code conventions already done in GWEN as well as better scoping and type matching in general.