Use dashes in name

modern looking
This commit is contained in:
Ryan Dahl 2011-03-24 01:53:22 -07:00
parent bdda3252bc
commit fa85f4ac59
6 changed files with 2 additions and 2 deletions

View File

View File

4
ol.h
View File

@ -3,9 +3,9 @@
*/
#ifdef __POSIX__
# include "ol_unix.h"
# include "ol-unix.h"
#else
# include "ol_win.h"
# include "ol-win.h"
#endif
/**