Browse Source

Clearly specify the platform where utils.c is used

cl-refactor
Lefteris Karapetsas 10 years ago
parent
commit
274720c7cf
  1. 2
      CMakeLists.txt
  2. 0
      util_win32.c

2
CMakeLists.txt

@ -20,7 +20,7 @@ set(FILES util.h
data_sizes.h)
if (MSVC)
list(APPEND FILES util.c io_win32.c mmap_win32.c)
list(APPEND FILES util_win32.c io_win32.c mmap_win32.c)
else()
list(APPEND FILES io_posix.c)
endif()

0
util.c → util_win32.c

Loading…
Cancel
Save