summaryrefslogtreecommitdiff
path: root/src/egl/main/egl.def
AgeCommit message (Collapse)AuthorFilesLines
2010-08-20egl: Add egl.def for win32 build.Chia-I Wu1-0/+35
Without the .def file, function names are decorated and cannot be queried by GetProcAddress easily.