1
1
mirror of https://github.com/rui314/mold.git synced 2024-10-26 13:10:46 +03:00
mold/common/output-file.h
2023-01-16 15:27:10 +08:00

6 lines
87 B
C

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