1
1
mirror of https://github.com/rui314/mold.git synced 2024-09-19 17:07:29 +03:00
mold/output-file.h
2022-08-13 00:55:47 -07:00

6 lines
87 B
C

#if _WIN32
# include "output-file-win32.h"
#else
# include "output-file-unix.h"
#endif